I'm saving a string of this format "[{text: drding4disruption.com, quantity:10.0}, {text: google.com, quantity:6.0}]"
so reading some tutorials I got to know that we can use json.convert method to parse a string but here i'm getting
I did try to use json.decode(the_string); but It shows this error
FormatException: Unexpected character (at character 3)
E/flutter (14216): [{text: 4 medium size potatoes (boiled, peeled), quantity: 4.0, measure: <u...
E/flutter (14216): ^
E/flutter (14216):
how do I parse it so that I can access the map as well