I'm wondering, when converting to JSON string, could it be possible to include detailed information on the data type of the converted data, so that the unflattening wouldn't require the knowledge of the data type? Since it's possible to flatten "any" data type, I guess JKI JSON parses the data types of all the input data components anyways, right?
I'm wondering, when converting to JSON string, could it be possible to include detailed information on the data type of the converted data, so that the unflattening wouldn't require the knowledge of the data type? Since it's possible to flatten "any" data type, I guess JKI JSON parses the data types of all the input data components anyways, right?
JKI to the rescue! Thank you, this is extremely helpful!
This was very helpful, thank you!
Nice thank you