The JSON libraries, which are internal libraries, were updated. The new version is 1.20. There is a new JSON type which is used to convert maps or lists to json strings and vice versa, using the new As keyword. The idea is that you have a collection or string, you direct the compiler to treat...
www.b4x.com
B4X:
Dim m as Map = CreateMap("name": "Doe")
Log(m.As(JSON).ToString)
The JSON libraries, which are internal libraries, were updated. The new version is 1.20. There is a new JSON type which is used to convert maps or lists to json strings and vice versa, using the new As keyword. The idea is that you have a collection or string, you direct the compiler to treat...
www.b4x.com
B4X:
Dim m as Map = CreateMap("name": "Doe")
Log(m.As(JSON).ToString)