VContentProvider
VContentProvider copied to clipboard
JSON insert Question/Enhancment
trafficstars
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.