Skip to content

Commit da93700

Browse files
committed
minor #21321 stop mentioning that JsonPath and JsonStreamer are experimental (xabbuh)
This PR was merged into the 7.4 branch. Discussion ---------- stop mentioning that JsonPath and JsonStreamer are experimental fixes #21312 Commits ------- 0e4da9e stop mentioning that JsonPath and JsonStreamer are experimental
2 parents 6b6a678 + 0e4da9e commit da93700

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)