hjson/hjson

Support for single quoted strings

laktak opened this issue · 0 comments

This has come up so often (#64, #65, #51, #49, hjson/hjson-js#13, hjson/hjson-js#16, hjson/hjson-js#7, hjson/hjson-js#6, hjson/hjson-java#11, hjson/hjson-java#10, hjson/hjson-java#9, ...) that it's time to support it in Hjson.

This is a breaking change but you will only be affected if you have unquoted strings starting with '.

Currently implemented in https://github.com/hjson/hjson-js. Other implementations will get support as time permits.