Per https://github.com/json-ld/json-ld.org/issues/931 Add a test with this example JSON-LD: ``` { "x:boolF": false, "x:boolT": true, "x:numberF": 0, "x:numberT": 1, "x:listF": [], "x:listT": [ 1, 2 ] } ```
Per json-ld/json-ld.org#931
Add a test with this example JSON-LD: