Enforce array<key, value>
to be array<key, value>|\stdClass
to account for empty arrays
#172
Labels
enhancement
New feature or request
Related to #33.
Many apps don't consider this case but it needs to be handled as otherwise it will end up as
[]
in the JSON output while it should be{}
instead.The text was updated successfully, but these errors were encountered: