This release includes minor changes to the evaluator. Previously, it would return the input JSON whole if evaluated against an empty program. Now, the interpreter will return null
if the compiled program is empty; i.e. if the input JSL code is an empty string.