jvar
jvar copied to clipboard
Option for suppressing pretty print?
Hi,
Sometimes pretty print is not necessary and only increases the traffic that is passed over the wire. It would be great if there was a way to switch it off. I'm thinking of adding an optional parameter to toJsonString(), toString() and toStrB() methods that would turn off emitting \n and \t into the final string. What do you think?
Sounds good to me
Great! I'll prepare PR.