by nikbackm on 5/16/23, 2:16 PM with 105 comments
by gred on 5/16/23, 2:44 PM
Wait, what's JSON5??
> Object keys may be unquoted identifiers.
> Objects may have a single trailing comma.
> Arrays may have a single trailing comma.
> Strings may be single quoted.
> Strings may span multiple lines by escaping new line characters.
> Strings may include new character escapes.
> Numbers may be hexadecimal.
> Numbers may have a leading or trailing decimal point.
> Numbers may be "Infinity", "-Infinity", and "NaN".
> Numbers may begin with an explicit plus sign.
> Single (//...) and multi-line (/.../) comments are allowed.
> Additional white space characters are allowed.
Oh crap, the levees have broken!
by airstrike on 5/16/23, 3:57 PM
ALTER TABLE "foo" ADD FOREIGN KEY...
by jksmith on 5/16/23, 7:58 PM
by say_it_as_it_is on 5/16/23, 3:55 PM
by pyrolistical on 5/16/23, 4:47 PM
by maxpert on 5/16/23, 3:59 PM