dbe428003362964913a33d4c9a653b027f7eaf97
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
Description
RETIRED, Gerrit as used by OpenStack