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

Parson JSON library Support #182

Open
jw-msft opened this issue Aug 15, 2023 · 1 comment
Open

Parson JSON library Support #182

jw-msft opened this issue Aug 15, 2023 · 1 comment

Comments

@jw-msft
Copy link

jw-msft commented Aug 15, 2023

Would it be possible to support for https://github.com/kgabis/parson ?

Also, is it fairly straightforward to create 3rdparty adapters modeled after those in include/valijson/adapters that are not in the valijson::adapters namespace to enable unsupported JSON libraries to be used, or is there additional work involved with adding a new JSON library?

@tristanpenman
Copy link
Owner

From what I can tell, it is generally not too hard to write a new adapter. Quite a few adapters have been contributed by users of the library over the past few years. The easiest way to do this is to find one that is semantically similar to the parser that you would like to support, and use that as a template.

If you are keen to do this, let me know, and I'm more than happy to offer some assistance.

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

No branches or pull requests

2 participants