pipewire/spa/include
Wim Taymans 49b17bca22 json: relax the parser some more
Allow bare strings with all non-special other chars.
Add # to comment a line till \n
Allow = as separator for keys
Fix end of string handling.

Now:

 {
   "#": "this is a comment"
   "key": "value",
   "foo": 24
 }

and

  {
    # this is a comment
    key = value
    foo = 24
  }

Parse to the same thing with less clutter.
2020-12-31 10:04:18 +01:00
..
spa json: relax the parser some more 2020-12-31 10:04:18 +01:00
meson.build more hacking 2016-07-25 10:50:05 +02:00