Hi @Stefan, you exactly nailed the problem -- I was working with a string type 
(obtained from converting a JsonNode to string.) This roundabout step sent me 
on the wild goose chase. There is no need to do this string conversion. I can 
just keep the JsonNode and then parse out any json component that I want with 
using the parseJson.

Thanks for all the related comments. Helps me learn Nim a bit more better.

Reply via email to