jsonmapper
Class-based JSON parser
Converts JSON data into PHP object structures using class definitions
map nested JSON structures onto PHP classes
9 stars
2 watching
1 forks
Language: PHP
last commit: over 5 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
cweiske/jsonmapper | Maps JSON data onto PHP classes, converting them into nested objects and arrays | 1,564 |
jsonmapper/jsonmapper | A PHP library that maps JSON data to PHP objects using middleware and annotations. | 211 |
waqqas/json2json | Converts between different JSON representations based on a defined template. | 2 |
pantuza/jsoncat | A tool to parse and pretty-print JSON data from various input sources. | 27 |
txgruppi/json2react | Allows creating React components from JSON data using a predefined schema. | 170 |
webmozart/json | A robust wrapper for JSON encoding and decoding that supports schema validation | 358 |
zaach/jsonlint | A JSON parser and validator with a CLI. | 1,940 |
recp/json | A lightweight JSON parsing library that creates a DOM-like data structure | 24 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
snjyor/jsonvalue2markdown | Converts JSON data to markdown format with customizable mapping and title levels | 2 |
beregond/jsonmodels | A Python library to simplify working with structured data from JSON | 3 |
kemsky/jsonmapper | A JSON parser for ActionScript that allows flexible mapping of typed objects to and from JSON data | 4 |
cheery/json-algorithm | Decodes JSON data into a Python object tree | 99 |
elastic/sense | A developer's interface to Elasticsearch for working with JSON data | 382 |
m-r-hunt/tjp | A Zig library to parse JSON into native Zig values | 6 |