Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions components/json_path.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ The JsonPath Component

.. versionadded:: 7.3

The JsonPath component was introduced in Symfony 7.3 as an
:doc:`experimental feature </contributing/code/experimental>`.
The JsonPath component was introduced in Symfony 7.3.

The JsonPath component lets you query and extract data from JSON structures.
It implements the `RFC 9535 – JSONPath`_ standard, allowing you to navigate
Expand Down
3 changes: 1 addition & 2 deletions serializer/streaming_json.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ Streaming JSON

.. versionadded:: 7.3

The JsonStreamer component was introduced in Symfony 7.3 as an
:doc:`experimental feature </contributing/code/experimental>`.
The JsonStreamer component was introduced in Symfony 7.3.

Symfony can encode PHP data structures to JSON streams and decode JSON streams
back into PHP data structures.
Expand Down