Skip to content

Commit 0e4da9e

Browse files
committed
stop mentioning that JsonPath and JsonStreamer are experimental
1 parent 6b6a678 commit 0e4da9e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

components/json_path.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ The JsonPath Component
33

44
.. versionadded:: 7.3
55

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

98
The JsonPath component lets you query and extract data from JSON structures.
109
It implements the `RFC 9535 – JSONPath`_ standard, allowing you to navigate

serializer/streaming_json.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ Streaming JSON
33

44
.. versionadded:: 7.3
55

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

98
Symfony can encode PHP data structures to JSON streams and decode JSON streams
109
back into PHP data structures.

0 commit comments

Comments
 (0)