3 lines
130 B
JSON
3 lines
130 B
JSON
|
# we reject an expression with unknown top-level keys
|
||
|
{ 'struct': 'Bar', 'data': { 'string': 'str'}, 'bogus': { }, 'phony': { } }
|