GitHub user phongphan opened a pull request: https://github.com/apache/thrift/pull/658
DART: Allow decode JSON escaped unicode string. Hi This patch allow Dart's json protocol to be able to comsume escaped unicode string (\uXXXX). To make the `readString` test runnable, I have to initialize `_context` variable by calling `_resetContext();` in ctor. Not sure it's safe or not. You can merge this pull request into a Git repository by running: $ git pull https://github.com/phongphan/thrift dart-json-escaped-unicode Alternatively you can review and apply these changes as the patch at: https://github.com/apache/thrift/pull/658.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #658 ---- commit 5302549361fb57ef557901838f13e78bbc3b0f8c Author: Phongphan Phuttha <phongp...@acm.org> Date: 2015-10-20T14:52:20Z DART: Allow decode JSON escaped unicode string. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---