Skip to content

webservices/json: update the JSON parser to version 1.1.0

Steve Lhomme requested to merge robUx4/vlc:json-lib into master

json_parse_ex() now requires the length of the JSON string to parse.

The following changes are integrated:

The (unused) json_relaxed_commas flag is gone.

We may also use it as a contrib.

Merge request reports