Nguyễn Thành Nam
Results
2
comments of
Nguyễn Thành Nam
Yes. I'm using C#. Vào 21:40 Th 7, 13 thg 4 2019 dqsully đã viết: > There should be something like a Hjson.Stringify function, but it really > depends on...
> `hjson-cs` has a different way of stringifying: https://github.com/hjson/hjson-cs/blob/master/README.md#tostring > > ```cs > myObj.ToString(Stringify.Hjson); // Hjson output > myObj.ToString(Stringify.Formatted); // formatted JSON output > myObj.ToString(Stringify.Plain); // plain JSON output, default...