Skip to content

Instantly share code, notes, and snippets.

@Hexer10
Created September 12, 2018 11:51
Show Gist options
  • Save Hexer10/2d6b34ba462980245701f3c2b06b4647 to your computer and use it in GitHub Desktop.
Save Hexer10/2d6b34ba462980245701f3c2b06b4647 to your computer and use it in GitHub Desktop.
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