Closed JacoFourie closed 3 years ago
Hi.
Why does the JSON object start with [ and end with ] ?
It breaks the JSON parsers.
I I convert a result set from POSTGRESQL I will get a string like this.
[{"week_total" : 1.6719999999999999E+001}]
It depends on how you are exporting... .ToJSONObject() will create a {} .TOJSONArray() will create a []
OK thank you. That solved this problem.
Hi.
Why does the JSON object start with [ and end with ] ?
It breaks the JSON parsers.
I I convert a result set from POSTGRESQL I will get a string like this.
[{"week_total" : 1.6719999999999999E+001}]