Olaf Gottschalk
10/14/2020, 2:57 PM@JsonRawValue
for a string that already IS a valid Json string that needs to be put into the encoded result without any intervention, no escaping, nothing - and secondly I always work on unknown structures using Map<String, Any?>
as my data values. How can kotlinx-serialization do these two things?Tomas Kormanak
10/14/2020, 3:02 PMaraqnid
10/14/2020, 4:44 PMOlaf Gottschalk
10/15/2020, 5:43 AM