Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

flutter convert json string to json

flutter convert json string to json
----------------------
var x1 = '[{"id": "1"}]';
List<dynamic> x2 = jsonDecode(x1);
print(x2[0]);
Source by ashabbsoftmart.firebaseapp.com #
 
PREVIOUS NEXT
Tagged: #flutter #convert #json #string #json
ADD COMMENT
Topic
Name
5+3 =