Skip to content

Instantly share code, notes, and snippets.

@nmfisher
Created August 1, 2019 06:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmfisher/c1a26f5c7f6b9c244a94f36905fa94c3 to your computer and use it in GitHub Desktop.
Save nmfisher/c1a26f5c7f6b9c244a94f36905fa94c3 to your computer and use it in GitHub Desktop.
JsonObjectLite failing to handle nested list-type JsonObjectLite
final dynamic obj = new JsonObjectLite();
obj.foo = JsonObjectLite.fromJsonString("[1,2,3]");
print(obj);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment