neolithos / neolua

A Lua implementation for the Dynamic Language Runtime (DLR).
https://neolua.codeplex.com/
Apache License 2.0
466 stars 76 forks source link

Fix: table.ToJson emitting invalid Json on Nan amd +/-Inf #151 #152

Closed thoj closed 2 years ago

thoj commented 2 years ago

Fix for #151. There is a bit of code duplication here but i didn't want to touch the ToLson code. Also added a equivalent test for ToJson.