Download the PHP package jsonmodifier/json without Composer
On this page you can find all versions of the php package jsonmodifier/json. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jsonmodifier/json
More information about jsonmodifier/json
Files in jsonmodifier/json
Package json
Short Description PHP package allows developers to manipulate JSON files by performing data lookup and many other operations such as read, write, delete and update.
License MIT
Informations about the package json
JsonModifier
JsonModifier is a PHP package designed to assist developers in manipulating JSON files. It offers a range of operations, including data lookup, reading, adding, deleting, and updating JSON data.
Table of Contents
- Installation
- Usage
- Retrieving Data
- Updating Data
- Adding Data
- Searching Data
- Contributing
- License
Installation
Install the package via Composer:
Usage
First, include the Composer autoload file and create a new instance of JsonModifier
by providing the path to your JSON file:
Retrieving Data
To retrieve all data from a specific index:
Updating Data
To update specific fields where a condition is met:
Adding Data
To add a new item to the JSON file:
Searching Data
To search for items matching specific criteria:
To retrieve the first item that matches the criteria:
Contributing
Contributions are welcome! Please fork the repository and submit a pull request with your proposed changes. Ensure that your code adheres to the project's coding standards and includes appropriate tests.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Note: Ensure that your JSON files are properly formatted to prevent errors. Here's an example of a valid JSON structure: