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