Skip to content

Instantly share code, notes, and snippets.

@SelvinPL
Created November 11, 2020 16:21
Show Gist options
  • Save SelvinPL/176a81cb9bcaae0afd3819ff8e5aa375 to your computer and use it in GitHub Desktop.
Save SelvinPL/176a81cb9bcaae0afd3819ff8e5aa375 to your computer and use it in GitHub Desktop.
import 'dart:convert';
void main() {
print(utf8.encode('[1, 2, 3]'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment