hasura / kriti-lang

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

Encode Kriti Input with Data.Text.Encoding #41

Closed solomon-b closed 2 years ago

solomon-b commented 2 years ago

Encodes input with Data.Text.Encoding in the runKriti function. This prevents an incorrectly encoded bytestring from being passed to the interpreter.