Created
September 12, 2018 11:51
-
-
Save Hexer10/2d6b34ba462980245701f3c2b06b4647 to your computer and use it in GitHub Desktop.
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
import 'dart:convert'; | |
void main(){ | |
List list = [{'foo' : 'bar'}, {'foo2' : 'bar2'}]; | |
print(json.encode(list)); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment