PR #97 fixed an issue where nested JSON was converted to a string when loaded from a source, but it was still stringified before being provided to a destination template. This PR changes type casting to only apply to bools, ints, and floats (not lists and objects), so nested JSON flows through and is accessible in a destination template.
PR #97 fixed an issue where nested JSON was converted to a string when loaded from a source, but it was still stringified before being provided to a destination template. This PR changes type casting to only apply to bools, ints, and floats (not lists and objects), so nested JSON flows through and is accessible in a destination template.