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
Issue Description:
When using the lua cjson library to encode Lua tables containing floating-point numbers with decimal places, the output JSON does not retain the decimal places as expected.
Issue Description:
When using the lua cjson library to encode Lua tables containing floating-point numbers with decimal places, the output JSON does not retain the decimal places as expected.
Steps to Reproduce:
Expected Output:
The expected JSON output should retain the decimal places for floating-point numbers, for example:
Actual Output:
The actual JSON output does not retain the decimal places, for example:
I have tested this issue using the lua cjson library on openresty and confirmed the behavior described above.
The text was updated successfully, but these errors were encountered: