JSON name/value pairs with illegal characters

Since it contains characters that make it an invalid identifier you have to use this weird escape syntax on your key:

jsonGet("{'OP20 Bolt #1 (pre)':{'Pass':true,'Fail':false}}", "['OP20 Bolt #1 (pre)']")
1 Like