Skip to content

Conversation

@mtarld
Copy link
Contributor

@mtarld mtarld commented Dec 1, 2025

Q A
Branch? 8.1
Bug fix? no
New feature? yes
Deprecations? no
Issues
License MIT

Allow to configure default options of the JsonStreamer component from the FrameworkBundle.

The current available options are:

framework: json_streamer: default_options: include_null_properties: true|false # Encode the properties with `null` value (optional)

It is also possible to add its own options:

framework: json_streamer: default_options: my_custom_option: my_custom_value
@mtarld mtarld force-pushed the feat/json-streamer-options branch from 9232f2d to cde94f2 Compare December 5, 2025 10:06
@mtarld mtarld force-pushed the feat/json-streamer-options branch from cde94f2 to 7149b25 Compare December 5, 2025 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment