Skip to content

Commit 9250381

Browse files
committed
replace aCopia for laLista
1 parent ed6f7b9 commit 9250381

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

jsonfox.app

-8 Bytes
Binary file not shown.

src/jsonclass.prg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ define class JSONClass as session
44
LastErrorText = ""
55
lError = .f.
66
lShowErrors = .t.
7-
version = "9.10"
7+
version = "9.11"
88
hidden lInternal
99
hidden lTablePrompt
1010
Dimension aCustomArray[1]

src/objecttojson.prg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ define class ObjectToJSON as session
9595
*local array aCopia(alen(tValue. &gaMembers[j]))
9696
local array laLista[1]
9797
=acopy(tValue. &gaMembers[j], laLista)
98-
lcJSONStr = lcJSONStr + this.AnyToJson(@aCopia)
98+
lcJSONStr = lcJSONStr + this.AnyToJson(@laLista)
9999
catch
100100
try
101101
lcJSONStr = lcJSONStr + this.AnyToJson(tValue. &gaMembers[j])

0 commit comments

Comments
 (0)