json_struct
JSON converter
A C++ library that enables direct conversion between JSON and structured C++ data types
json_struct is a single header only C++ library for parsing JSON directly to C++ structs and vice versa
423 stars
16 watching
57 forks
Language: C++
last commit: 2 months ago
Linked from 3 awesome lists
c-plus-plusdeserializationjsonparseserializationtemplate-metaprogrammingtemplate-specialisations
Related projects:
Repository | Description | Stars |
---|---|---|
armink/struct2json | A fast convert library between JSON and C structures | 684 |
ddiidev/json2v | Converts JSON data to Vlang structs with customizable structure and type handling. | 28 |
joelvh/json2json | Transforms JSON structures from one format to another using template rules. | 191 |
hjson/hjson-cpp | A C++ library for parsing and generating JSON data | 70 |
boostorg/json | A C++ library that provides fast and efficient JSON data serialization and deserialization | 434 |
sheredom/json.h | A header file providing a simple, single-header JSON parser for C and C++. | 714 |
kakaopensource/kakajson | A Swift library providing fast conversion between JSON and model data structures. | 1,172 |
danielaparker/jsoncons | A C++ header-only library for constructing and manipulating various data formats | 721 |
jeaye/jeayeson | A C++14 JSON library designed to provide a consistent interface for handling JSON data in a type-safe manner. | 132 |
zadr/j2s | An application that converts JSON data into Swift structs and extensions for easy deserialization | 231 |
cgxxv/xj2go | A tool to convert data from XML or JSON formats into Go structs. | 34 |
colineberhardt/json-transforms | Transforms JSON data using a recursive pattern-matching approach. | 140 |
taocpp/json | A header-only C++ library for working with JSON data | 596 |
eulerto/wal2json | Provides an output plugin to convert PostgreSQL's Logical Decoding changeset data into JSON format | 1,326 |
tcorral/jsonc | A JavaScript library for compressing and decompressing JSON data efficiently. | 649 |