LitJSON / litjson

JSON library for the .Net framework
https://litjson.net/
Other
1.36k stars 403 forks source link

Fix empty array ToJson issues #115

Closed kdw9502 closed 4 years ago

kdw9502 commented 4 years ago

38 #98 bug still remain after 9a2605b commit

I add code IList.Clear at the begining of parsing Array to Call inner method, IList.EnsureList().

and add test case which is made possible by this fix.

devlead commented 4 years ago

@kdw9502 your changes have been merged, thanks for your contribution 👍