blob: a7c6ec4101d1ee909b77b0a4e4c544422a25316a [file] [log] [blame]
{"key1":"value1","key2":123,"key3":true}
{"array":[1,2,3],"nested":{"a":"b"}}
null
{"empty":{}}
{"empty_array":[]}
{"boolean":true}
{"boolean":false}
{"number":123.456}
{"string":"hello world"}
{"unicode":"你好世界"}
{"special_chars":"!@#$%^&*()"}
{"long_string":"a very long string that exceeds the normal length to test boundary conditions"}
{"complex":{"a":{"b":{"c":{"d":{"e":{"f":{"g":{"h":{"i":{"j":{"k":{"l":{"m":{"n":{"o":{"p":{"q":{"r":{"s":{"t":{"u":{"v":{"w":{"x":{"y":{"z":1}}}}}}}}}}}}}}}}}}}}}}}}}}}
{"large_array":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50]}
{"mixed_types":{"string":"value","number":123,"boolean":true,"null":null,"array":[1,"two",true,null],"object":{"a":"b"}}}