hjson-py
hjson-py copied to clipboard
Add support for line continuations using backslash
This allows single and double quoted strings to continue on the next line by escaped \n
or \r\n
, as described in hjson/hjson#106.
Thanks for the review @sffc :) Think we should probably wait on the other major languages' PR's before merging this, though