We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support for parsing cjson type string and returning the decoded string or object.
// Cjson.class ClassType obj = parse("{cjson: string}", ClassType.class); // Cjson.class String cjsonString = parse("{cjson: string}", ClassType.class);
The text was updated successfully, but these errors were encountered:
closes #51
1909921
Issue 51 (#57)
4e1b888
* npm in progress * python and npm completed * completed java * closes #51
Issue 51 (#58)
cb59010
* npm in progress * python and npm completed * completed java * closes #51 * fixing tests
Issue 51 (#59)
76be3cc
* npm in progress * python and npm completed * completed java * closes #51 * fixing tests * fixing java tests
closes #23 #43 #44 #51
f44d035
Dotnet (#82)
f3eff8e
* closes deserialization * closes Inject() and ToString() * get all keys in progress * unit test setup * closes #23 #43 #44 #51
SubhenduShekhar
Successfully merging a pull request may close this issue.
Support for parsing cjson type string and returning the decoded string or object.
Syntax:
The text was updated successfully, but these errors were encountered: