Control char in password hash

jefferaijefferai Registered Users Posts: 8 Beginner grinner
I'm working on a cross-platform, open-source SmugMug client. First up, I'm working on authentication. The problem I'm having is that my JSON library is choking on my password hash.

My password hash contains \/ in it. As far as I can tell, this is not valid JSON (looking at json.org, on the right side, where it says a character is any valid character except the listed items, which includes \/). However, jsonlint.com seems to think it is valid.

Can anyone help?

Thanks,
Jeff
Sign In or Register to comment.