DecodeBeautifiedJson extension

on

Properties

decodeBeautifiedJsonList List<Map<String, dynamic>>

Available on String, provided by the DecodeBeautifiedJson extension

Decodes a JSON string and returns the processed List of Maps with embedded JSON decoded.
no setter
decodeBeautifiedJsonMap Map<String, dynamic>

Available on String, provided by the DecodeBeautifiedJson extension

Decodes a JSON string and returns the processed Map with embedded JSON decoded.
no setter