f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulow
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowtst |empty array|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowin |[]|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |0|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |<NULL>|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulow
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowtst |one-element array: integer|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowin |[1]|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |0|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |1|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |1|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |<NULL>|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |100|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |<NULL>|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |-1|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |<NULL>|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulow
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowtst |one-element array: hex integer (not in spec, not supported)|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowin |[0x1000]|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |0|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |<NULL>|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulow
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowtst |one-element array: float|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowin |[1.5001]|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |0|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |1.5001|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulow
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowtst |one-element array: float + exponent|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowin |[16.3e10]|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |0|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |16.3e10|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulow
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowtst |one-element array: integer + whitespace|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowin |[ 5 ]|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |0|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |5|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulow
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowtst |one-element array: integer + exponent + whitespace|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowin |[ 16E10 ]|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |0|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |16E10|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulow
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowtst |one-element array: string|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowin |["alpha"]|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |0|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |alpha|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulow
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowtst |alternative first-element indexing|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowin |[1,5,10,15,20]|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |[0]|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |1|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |[3]|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |15|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |[4]|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |20|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |[5]|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |<NULL>|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulow
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowtst |one-element array: object|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowin |[ { "first": true, "second": false }]|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |0.first|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |true|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |0.second|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |false|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |0.third|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |<NULL>|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulow
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowtst |many-element array: integers|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowin |[0,1,1,2,3,5,8,13,21,34,55,89,144,233,377]|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |10|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |55|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |14|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |377|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |19|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |<NULL>|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulow
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowtst |many-element array: multiple types|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowin |["string",32,true,{"a":9,"b":false},100.3e10,false,200.5,{"key":"val"},null]|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |0|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |string|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |0.notobject|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |<NULL>|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |1|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |32|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |2|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |true|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |3|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |{"a":9,"b":false}|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |3.a|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |9|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |3.b|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |false|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |3.c|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |<NULL>|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |4|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |100.3e10|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |5|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |false|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |6|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |200.5|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |7|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |{"key":"val"}|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |7.key|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |val|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |7.key.notobject|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |<NULL>|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |7.nonexist|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |<NULL>|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |8|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |null|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |9|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |<NULL>|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulow
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowtst |many-element array: multiple types + whitespace|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowin |
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulow[ "string" , 32 , true , {"a": 9, "b": false}, 100.3e10, false, 200.5,{"key" :
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulow "val"}, null ] |
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |0|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |string|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |0.notobject|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |<NULL>|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |1|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |32|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |2|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |true|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |3|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |{"a": 9, "b": false}|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |3.a|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |9|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |3.b|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |false|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |3.c|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |<NULL>|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |4|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |100.3e10|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |5|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |false|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |6|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |200.5|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |7|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |{"key" :
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulow "val"}|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |7.key|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |val|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |7.key.notobject|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |<NULL>|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |7.nonexist|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |<NULL>|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |8|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |null|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |9|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |<NULL>|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulow
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowtst |two-element array: various string escape codes|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowin |["abcd \" \\ \/ \b \f \n \r \t \u0000 \uf00F ", "final"]|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |0|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |abcd \" \\ \/ \b \f \n \r \t \u0000 \uf00F |
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |1|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |final|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulow
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowtst |three-element array: broken escape code|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowin |["fine here", "dodgey \u00AZ", "wont get here"]|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |0|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |fine here|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |1|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |<NULL>|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |2|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |<NULL>|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulow
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowtst |nested objects|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowin |{ "top": { "mid" : { "legs": "feet" }, "number": 9, "array":[0,1,{"a":true,"bb":[1,2,false,{"x":"yz"}]}]}}|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |top|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |{ "mid" : { "legs": "feet" }, "number": 9, "array":[0,1,{"a":true,"bb":[1,2,false,{"x":"yz"}]}]}|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |fargo|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |<NULL>|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |top.mid|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |{ "legs": "feet" }|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |top.centre|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |<NULL>|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |top.mid.legs|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |feet|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |top.mid.number|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |<NULL>|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |top.mid.array|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |<NULL>|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |top.number|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |9|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |top.array|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |[0,1,{"a":true,"bb":[1,2,false,{"x":"yz"}]}]|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |top.array[0]|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |0|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |top.array[1]|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |1|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |top.array[2]|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |{"a":true,"bb":[1,2,false,{"x":"yz"}]}|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |top.array[2].a|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |true|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |top.array[2].b|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |<NULL>|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |top.array[2].bb|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |[1,2,false,{"x":"yz"}]|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |top.array[2].bb[0]|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |1|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |top.array[2].bb[1]|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |2|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |top.array[2].bb[2]|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |false|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |top.array[2].bb[3]|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |{"x":"yz"}|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |top.array[2].bb[3].x|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |yz|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |top.array[2].bb[3].x.nofurther|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |<NULL>|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |top.array[2].bb[4]|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |<NULL>|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowsel |top.array[3]|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulowout |<NULL>|
f497f9fe231e0e400f339c84a7d80c4aae2ac4d5Joshua M. Clulow