json: Skip unknown fields on parsing
Skip child objects and arrays that are not specified in the given object
descriptor when parsing a JSON input string.
This patch adds support for extra child arrays which previously were not
supported by the parser as opposed to additional child objects.
Fixes #47988
Signed-off-by:
Markus Fuchs <markus.fuchs@ch.sauter-bc.com>
Loading
Please sign in to comment