diff --git a/components/json_path.rst b/components/json_path.rst index 9db8e48885e..6fa1e475eef 100644 --- a/components/json_path.rst +++ b/components/json_path.rst @@ -3,8 +3,7 @@ The JsonPath Component .. versionadded:: 7.3 - The JsonPath component was introduced in Symfony 7.3 as an - :doc:`experimental feature `. + 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 diff --git a/serializer/streaming_json.rst b/serializer/streaming_json.rst index 8aee4539a23..60870f8a138 100644 --- a/serializer/streaming_json.rst +++ b/serializer/streaming_json.rst @@ -3,8 +3,7 @@ Streaming JSON .. versionadded:: 7.3 - The JsonStreamer component was introduced in Symfony 7.3 as an - :doc:`experimental feature `. + 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.