You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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 thevalijson::adapters
namespace to enable unsupported JSON libraries to be used, or is there additional work involved with adding a new JSON library?The text was updated successfully, but these errors were encountered: