Go to file
Shawn Pearce dbe4280033 Accept common forms of malformed JSON
Some clients may send JSON-ish instead of JSON. Be nice to those
clients and accept various useful forms of incorrect syntax:

- End of line comments starting with // or # and ending with
  a newline character.
- C-style comments starting with /* and ending with */
  Such comments may not be nested.
- Names that are unquoted or 'single quoted'.
- Strings that are unquoted or 'single quoted'.
- Array elements separated by ";" instead of ",".
- Unnecessary array separators. These are interpreted as if
  null was the omitted value.
- Names and values separated by "=" or "=>" instead of ":".
- Name/value pairs separated by ";" instead of ",".

Change-Id: I37b92cb07096675571001b1723b4da88c4b42fd0
2013-02-25 16:30:59 -08:00
2012-10-18 13:38:51 +02:00
2013-02-25 17:24:08 +09:00
2008-11-14 16:59:34 -08:00
2009-03-27 20:20:10 -07:00
2013-02-20 11:56:38 -08:00
Description
RETIRED, Gerrit as used by OpenStack
120 MiB