Skip to content
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

Kson new functions for writing to build object manually and write to string. #74

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

AnCaPepe
Copy link

@AnCaPepe AnCaPepe commented Aug 12, 2016

I'm trying to expand Kson JSON parsing library to something more complete, allowing for writing to a string as well (and making the kson_format function use it).
As the previous kson_t structure (putting all the nodes on a flat list), although being more easy for cleaning up, makes it more difficult to add new nodes, I changed it a bit, making it more like a tree of kson_node_t's, modifying the parsing accordingly.

I hope for some feedback it. Thanks.

@AnCaPepe
Copy link
Author

AnCaPepe commented Sep 1, 2016

I did this as it was needed for my project, but do you think it is useful for merging, @attractivechaos , @lh3 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant