hasura / kriti-lang

A minimal JSON templating language
Apache License 2.0
56 stars 9 forks source link

Allow string interpolation of any json value #63

Closed solomon-b closed 2 years ago

solomon-b commented 2 years ago

We arbitrarily constrain string interpolation of JSON Values. This has specifically raised an issue for users trying to interpolate objects: #62

In this PR I loosen the restriction on JSON interpolation to allow us to serialize any variable bound to a JSON value.