hjson / hjson-cpp

Hjson for C++
https://hjson.github.io/
MIT License
70 stars 20 forks source link

[feature request] spaces without quotes #50

Closed 1vanK closed 2 months ago

1vanK commented 2 months ago

yaml-cpp allows this:

attributes: {Is Movable: true, Resize Border: 6 6 6 6}

https://github.com/dviglo2d/format_benchmarks/blob/main/result/data/yml-cpp_medium_flow.yml

It would be nice to have something like this in the library.

trobro commented 2 months ago

Duplicate of hjson/hjson#114 and hjson/hjson#126, won't fix because of the complexities that would entail.