We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1f1f9a + 9250381 commit 5ff1ebaCopy full SHA for 5ff1eba
3 files changed
jsonfox.app
-8 Bytes
src/jsonclass.prg
@@ -4,7 +4,7 @@ define class JSONClass as session
4
LastErrorText = ""
5
lError = .f.
6
lShowErrors = .t.
7
- version = "9.10"
+ version = "9.11"
8
hidden lInternal
9
hidden lTablePrompt
10
Dimension aCustomArray[1]
src/objecttojson.prg
@@ -95,7 +95,7 @@ define class ObjectToJSON as session
95
*local array aCopia(alen(tValue. &gaMembers[j]))
96
local array laLista[1]
97
=acopy(tValue. &gaMembers[j], laLista)
98
- lcJSONStr = lcJSONStr + this.AnyToJson(@aCopia)
+ lcJSONStr = lcJSONStr + this.AnyToJson(@laLista)
99
catch
100
try
101
lcJSONStr = lcJSONStr + this.AnyToJson(tValue. &gaMembers[j])
0 commit comments