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
...exmf-dist/tex/luatex/lualibs/lualibs-extended-merged.lua:3076: bad argument #1 to 'lpegmatch' (lpeg-pattern expected, got nil)
Finally, it would be important for the JSON encoder to be able to produce null values when needed (and perhaps for the decoder not to translate JSON nulls into Lua nils, at least if requested by the user). This could be done by checking for a special value utilities.json.null.
Lastly, it would be nice to be able to generate compact JSONs without additional blank spaces.
The text was updated successfully, but these errors were encountered:
I have encountered some issues with the json routines. The following lua file
generates
The object should be
{"a": 0}
here.Second, the script
crashes with the following message:
Finally, it would be important for the JSON encoder to be able to produce null values when needed (and perhaps for the decoder not to translate JSON nulls into Lua nils, at least if requested by the user). This could be done by checking for a special value
utilities.json.null
.Lastly, it would be nice to be able to generate compact JSONs without additional blank spaces.
The text was updated successfully, but these errors were encountered: