utils
utils copied to clipboard
Add available flag FORCE_OBJECT for Json::encode()
- bug fix? no
- new feature? yes
- BC break? no
- doc PR: maybe - if it will be merged
This PR adds support for JSON_FORCE_OBJECT like flag for JSON::encode() function.
Just noting that this is still desired, just missed this today when dealing with JSON input to database.