github.com/philpearl/plenc@v0.0.15/plenccodec/descriptor_test.json (about) 1 { 2 "A": 1, 3 "B": 3.700000047683716, 4 "C": "this is my hat", 5 "D": 9898, 6 "E": [ 7 1, 8 2.3, 9 3.7 10 ], 11 "F": [ 12 { 13 "A": 1, 14 "B": "one" 15 }, 16 { 17 "A": 2, 18 "B": "two" 19 }, 20 { 21 "A": 3 22 } 23 ], 24 "G": [ 25 [ 26 1, 27 2 28 ], 29 [ 30 3, 31 4 32 ] 33 ], 34 "H": [ 35 [ 36 1, 37 2 38 ], 39 [ 40 3, 41 4 42 ] 43 ], 44 "I": 7, 45 "J": [ 46 { 47 "key": { 48 "A": 9, 49 "B": 4 50 }, 51 "value": "nine" 52 } 53 ], 54 "K": "\u0000\u0001\u0002\u0003", 55 "L": [ 56 { 57 "key": 3.140000104904175, 58 "value": 13.369999885559082 59 } 60 ], 61 "N": "1970-03-15T00:00:00.1337Z", 62 "elephant": true, 63 "P": { 64 "array": [ 65 1, 66 1.3, 67 "cheese", 68 1337 69 ] 70 }, 71 "Q": 123, 72 "R": "1970-03-15T00:00:00.1337Z", 73 "S": { 74 "one": 1, 75 "two": 2 76 } 77 }