hjson-cs icon indicating copy to clipboard operation
hjson-cs copied to clipboard

Hjson for C#

Results 5 hjson-cs issues
Sort by recently updated
recently updated
newest added

I have a problem with the parsing of ulong / long datatypes. The end of the number isn't correct. Now i upload some images that represent the problem. I hope...

I have file with like this structure: ``` # comment a: 0 b: 0 ``` I load, change some value and save it: ``` var options = new HjsonOptions {...

Hey everyone! Hope you're all having an awesome day! 🚀 I just caught wind that hJSON is in search of a new maintainer, and I'm thrilled to throw my hat...

# summary In hjson-cs , A crafted JSON string could lead to a denial-of-service (DoS) attack. # Description The utilization of hjson to interpret untrusted JSON strings could potentially expose...

Since hjson-cs has been abandoned, I created my own parser: [HjsonSharp](https://github.com/Joy-less/HjsonSharp) (MIT-license). Aside from being actively maintained, it has a number of benefits over this existing library: - Supports parsing...