Skip to content

Commit

Permalink
Initial XML support
Browse files Browse the repository at this point in the history
  • Loading branch information
andoma committed Sep 20, 2019
1 parent 177363d commit 8bd09b3
Show file tree
Hide file tree
Showing 3 changed files with 1,199 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ntv.h
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ ntv_t *ntv_cbor_deserialize(const void *data, size_t length,
ntv_t *ntv_cbor_deserialize_nocopy(const void *data, size_t length,
char *errmsg, size_t errlen);

ntv_t *ntv_xml_deserialize(const char *src, char *errmsg, size_t errlen);


#if __STDC_VERSION__ >= 201112L

Expand Down
Loading

0 comments on commit 8bd09b3

Please sign in to comment.