Thanks, I thought I was going wrong somewhere because echo seems to know how to print JsonNode objects without any special operator. But echo type(jsonNode) helped with that.
By the way, echo "knows how"because there is an overloaded $procedure for JsonNode. In Nim, $is the equivalent of toString/__str__/etc of other languages