From 0e4da9e2da2537ebc82b4dc5b005477f4d756d8e Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 25 Aug 2025 08:53:11 +0200 Subject: [PATCH] stop mentioning that JsonPath and JsonStreamer are experimental --- components/json_path.rst | 3 +-- serializer/streaming_json.rst | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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.