Created
August 1, 2019 06:26
-
-
Save nmfisher/c1a26f5c7f6b9c244a94f36905fa94c3 to your computer and use it in GitHub Desktop.
JsonObjectLite failing to handle nested list-type JsonObjectLite
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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