You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.