-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement 'tojson' filter #142
Labels
Comments
flexferrum
added
enhancement
New feature or request
hacktoberfest
Issues for Hacktoberfest
labels
Sep 25, 2019
Hi! Could you please assign the task on me? |
Sure! |
vvish
pushed a commit
to vvish/Jinja2Cpp
that referenced
this issue
Oct 12, 2019
* Implemented serialization to json based or rapidjson framework. * Added initial filter implementation + tests.
vvish
pushed a commit
to vvish/Jinja2Cpp
that referenced
this issue
Oct 16, 2019
* Implemented serialization to json based or rapidjson framework. * Added initial filter implementation + tests. * Entry added to the list of supported filters in README.
vvish
pushed a commit
to vvish/Jinja2Cpp
that referenced
this issue
Oct 16, 2019
* Implemented serialization to json based or rapidjson framework. * Added initial filter implementation + tests. * Entry added to the list of supported filters in README.
vvish
pushed a commit
to vvish/Jinja2Cpp
that referenced
this issue
Oct 21, 2019
vvish
pushed a commit
to vvish/Jinja2Cpp
that referenced
this issue
Oct 21, 2019
vvish
pushed a commit
to vvish/Jinja2Cpp
that referenced
this issue
Oct 21, 2019
vvish
pushed a commit
to vvish/Jinja2Cpp
that referenced
this issue
Oct 22, 2019
vvish
pushed a commit
to vvish/Jinja2Cpp
that referenced
this issue
Oct 22, 2019
flexferrum
pushed a commit
that referenced
this issue
Oct 22, 2019
* Added initial implementation for tojson filter (#142) * Implemented serialization to json based or rapidjson framework. * Added initial filter implementation + tests. * Entry added to the list of supported filters in README. * Add rapidjson as a thirdparty library * Encoding for Json serialization changed to UTF8 (#142) * Unit-tests for 'tojson' filter fixed to be implementation/platform independant (#142) * Fix integration with RapidJSON library * Tests for rapidjson based serializer fixed to be platform independent (#142) * Minor style corrections in the 'tojson' filter tests (#142)
vvish
pushed a commit
to vvish/Jinja2Cpp
that referenced
this issue
Jan 18, 2020
vvish
pushed a commit
to vvish/Jinja2Cpp
that referenced
this issue
Jan 21, 2020
flexferrum
pushed a commit
that referenced
this issue
Jan 22, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implement 'tojson' filter according to the jinja2 specification:
The text was updated successfully, but these errors were encountered: