PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Max Base   JPOPHP PHP JSON Parser Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: This package has been released in Composer.
Class: JPOPHP PHP JSON Parser Class
Encode and decode data in JSON format
Author: By
Last change: Update composer.json
Date: 4 years ago
Size: 682 bytes
 

Contents

Class file image Download
{ "name": "basemax/jpophp", "type": "library", "description": "JPOPHP (JSON Parser Object PHP) is a library for parsing the data in JSON format.", "keywords": ["json", "parser", "object", "jpophp", "lexer"], "homepage": "https://github.com/BaseMax/JPOPHP", "license": "GPL-3.0-or-later", "authors": [ { "name": "Max Base", "email": "MaxBaseCode@Gmail.Com", "homepage": "https://BaseMax.Github.io", "role": "Developer" } ], "repositories": [ { "type": "vcs", "url": "https://github.com/BaseMax/JPOPHP" } ], "require": { } }