Open YuraLaguta opened 11 years ago
Is it possible to insert JSONArrays with nested arrays?
for example
{ "id": 7777, "aaa":"aaaAaaa: "bars": [ "bar1", "bar2" ], "foo" : "fooString" },
Not supported yet. you can try to change VContentProvider.java#L125 to
String value = json.get(column).toString();
and see if it works.
Is it possible to insert JSONArrays with nested arrays?
for example
{ "id": 7777, "aaa":"aaaAaaa: "bars": [ "bar1", "bar2" ], "foo" : "fooString" },