Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON insert Question/Enhancment #5

Open
YuraLaguta opened this issue May 20, 2013 · 1 comment
Open

JSON insert Question/Enhancment #5

YuraLaguta opened this issue May 20, 2013 · 1 comment

Comments

@YuraLaguta
Copy link

Is it possible to insert JSONArrays with nested arrays?

for example

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

@coocood
Copy link
Owner

coocood commented May 20, 2013

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

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

and see if it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants