pipewire/spa
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
..
examples examples: dlclose on some errors 2020-07-02 16:07:54 +02:00
include json: relax the parser some more 2020-12-31 10:04:18 +01:00
plugins a2dp-sink/source: don't crash if transport went away 2020-12-30 16:34:23 +02:00
tests result: don't use undefined shift 2020-12-21 21:08:56 +01:00
tools initialize variables better 2020-05-20 15:24:25 +02:00
meson.build a2dp: add aac encoder 2020-12-23 06:15:15 +00:00