RosettaCodeData/Task/JSON/Harbour/json-2.harbour
2016-12-05 23:44:36 +01:00

4 lines
119 B
Text

LOCAL arr := { 101, { 18, "Test1" }, 18, .F. }
? hb_jsonEncode( arr )
// The output is:
// [101,[26,"Test1"],18,false]