MapToJsonTypeExtension<K, V> extension

Convert various built-in UI data classes to string or a map Methods are all called toJson() for simplification If a parameter is null, don't convert it in the json This saves space. But the corresponding parser should handle null values correctly

on

Methods

toJson() → dynamic
updateNotNull(K key, V value) → void