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

Hjson for C++

Results 2 hjson-cpp issues
Sort by recently updated
recently updated
newest added

Allow single and double quoted strings to continue on the next line by escaped `\n` or `\r\n`, as described in hjson/hjson#106.

This change adds functions for insertion into the map and push_back into vector that use r-value references, allowing for functions that build HJson::Value recursively to skip allocations and copies.