PHPackages                             abimekuriya/php-json-parser - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. abimekuriya/php-json-parser

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

abimekuriya/php-json-parser
===========================

Reusable php library for parsing json files and array data!

00PHP

Since Oct 9Pushed 4y ago1 watchersCompare

[ Source](https://github.com/abimekuriya/php-json-parser)[ Packagist](https://packagist.org/packages/abimekuriya/php-json-parser)[ RSS](/packages/abimekuriya-php-json-parser/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

PhPJsonParser
=============

[](#phpjsonparser)

A simple reusable php OOP API for reading and manipulating json data from files.

Why
---

[](#why)

This php library was specifically built for massive json-based configs, such as minecrafts Bedrock Edition addon system. Massive json based config systems usually have some identical json data/fields between configs. And managing them is sometimes an annoying hassle. Using this api you can write json parsers that are moulder allowing you to implement the same reader twice.

Requirements
------------

[](#requirements)

The following PHP versions are guaranteed to work.

- PHP 5.6
- PHP 7
- PHP 8

Usage
-----

[](#usage)

Download the library using [composer](https://packagist.org/packages/abimekuriya/php-json-parser):

```
$ composer require abimekuriya/php-json-parser
```

We can now begin working with the Api.

### Quick Example

[](#quick-example)

```
