Troubleshooting JSON Parsing to HashMap
Hello, Is there a way I can parse json to a HashMap?
I always seem to get an error
example JSON.parse(toDecode)
Schemas:
error:
Should the schema be modified to have a transform to go from record to hashmap, since we can not represent hashmap in json?
Thank you for help!
I always seem to get an error
example JSON.parse(toDecode)
Schemas:
error:
Should the schema be modified to have a transform to go from record to hashmap, since we can not represent hashmap in json?
Thank you for help!
