-
Notifications
You must be signed in to change notification settings - Fork 102
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
[request] Add pretty json support #156
Comments
You can use rapidjson. I think it's outside the scope of yas. |
I'm pretty sure it's not. I really like YAS because it is very fast and easy to add to the code. I would hate to use another json lib just to add pretty printing. |
I would agree but if you need json anything you will need a c++ library. You are not just going to use yas for your c++ json business? How are you going to parse json for example? |
I parse json with YAS. I use it for already defined structures not for free-formed json. |
For debugging etc. it's really usefull to have pretty printed json.
The text was updated successfully, but these errors were encountered: