PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Mateo   PHP JSON Decoder into an Object   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP JSON Decoder into an Object
Decode JSON into an object of a given class
Author: By
Last change:
Date: 4 months ago
Size: 277 bytes
 

Contents

Class file image Download
{ "name": "mateodioev/jsondecoder", "description": "Json decoder, encoder", "type": "library", "license": "MIT", "autoload": { "psr-4": { "Mateodioev\\Json\\": "src/" } }, "require": { "php": ">=8.1" } }