VContentProvider icon indicating copy to clipboard operation
VContentProvider copied to clipboard

JSON insert Question/Enhancment

Open YuraLaguta opened this issue 12 years ago • 1 comments
trafficstars

Is it possible to insert JSONArrays with nested arrays?

for example

{ "id": 7777, "aaa":"aaaAaaa: "bars": [ "bar1", "bar2" ], "foo" : "fooString" },

YuraLaguta avatar May 20 '13 01:05 YuraLaguta

Not supported yet. you can try to change VContentProvider.java#L125 to

String value = json.get(column).toString();

and see if it works.

coocood avatar May 20 '13 04:05 coocood