Skip to content
New issue

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

Parsing cjson string content #51

Closed
SubhenduShekhar opened this issue Jul 17, 2023 · 0 comments · Fixed by #57 or #82
Closed

Parsing cjson string content #51

SubhenduShekhar opened this issue Jul 17, 2023 · 0 comments · Fixed by #57 or #82
Assignees
Labels
C# Supports C# Java Supports Java npm Supports nodejs Python Supports python

Comments

@SubhenduShekhar
Copy link
Owner

Support for parsing cjson type string and returning the decoded string or object.

Syntax:

    // Cjson.class
    ClassType obj = parse("{cjson: string}", ClassType.class);

    // Cjson.class
   String cjsonString = parse("{cjson: string}", ClassType.class);
@SubhenduShekhar SubhenduShekhar added Java Supports Java Python Supports python npm Supports nodejs labels Jul 17, 2023
@SubhenduShekhar SubhenduShekhar added this to the Injecting variables milestone Jul 17, 2023
@SubhenduShekhar SubhenduShekhar self-assigned this Jul 17, 2023
SubhenduShekhar added a commit that referenced this issue Jul 26, 2023
SubhenduShekhar added a commit that referenced this issue Jul 26, 2023
* npm in progress

* python and npm completed

* completed java

* closes #51
SubhenduShekhar added a commit that referenced this issue Jul 26, 2023
* npm in progress

* python and npm completed

* completed java

* closes #51

* fixing tests
SubhenduShekhar added a commit that referenced this issue Jul 26, 2023
* npm in progress

* python and npm completed

* completed java

* closes #51

* fixing tests

* fixing java tests
@SubhenduShekhar SubhenduShekhar added the C# Supports C# label Oct 12, 2023
SubhenduShekhar added a commit that referenced this issue Oct 24, 2023
@SubhenduShekhar SubhenduShekhar mentioned this issue Oct 24, 2023
SubhenduShekhar added a commit that referenced this issue Oct 24, 2023
* closes deserialization

* closes Inject() and ToString()

* get all keys in progress

* unit test setup

* closes #23 #43 #44 #51
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
C# Supports C# Java Supports Java npm Supports nodejs Python Supports python
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant