Skip to content

Instantly share code, notes, and snippets.

@Deleplace
Created September 12, 2023 15:31
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 Deleplace/8d4c2de1ce254fd3abb8f5207e2a0699 to your computer and use it in GitHub Desktop.
Save Deleplace/8d4c2de1ce254fd3abb8f5207e2a0699 to your computer and use it in GitHub Desktop.
fluttering-midnight-6937

fluttering-midnight-6937

Created with <3 with dartpad.dev.

import 'dart:convert';
void main() {
const x = {'text': 'foo', 'value': '2'};
var encoded = const JsonEncoder.withIndent(' ').convert(x);
print(encoded);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment