free-id/json

JSON parser for free-id/core package

1.0.6 2022-07-27 08:56 UTC

README

Latest Version on Packagist Tests Total Downloads

Installation

You can install the package via composer:

composer require free-id/json

Usage

use FreeId\Json\Parser;

$parser = new Parser();
echo $parser->find();

Parameters

Parameter Description Default
path (string) Path to the file to be searched -
parent_element (string) Parent element in which the search will be performed -
attribute (string) Attribute by which the search will be performed id
start_id (int) Identifier from which the search will start 1

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.