javajawa/json-marshler

Typed-Where-Possible JSON Marshalling Library

0.1.1 2020-04-28 16:31 UTC

This package is auto-updated.

Last update: 2024-04-29 01:25:48 UTC


README

Simple set of tools for reading in an unverified JSON blob, such as from an HTTP API, and spitting out PHP objects, whilst maintaining as much type safety as possible.

These tools aren't designed for high speed work, but for batch processing and extract/transform/load operations.