Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unicode problems in JSON encoding, fixes #4.
Not sure why json_encode() outright broke with a string like 日本語, it should have just returned escaped unicode like \u<something>. But telling json_encode() to not escape unicode and leave as-is seems to fix the problem so ¯\_(ツ)_/¯
- Loading branch information