SoftCreatR/JSONPath

View on GitHub
Branch: main(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.json
.github/FUNDING.yml
.github/ISSUE_TEMPLATE/bug.md
.github/ISSUE_TEMPLATE/documentation.md
.github/ISSUE_TEMPLATE/feature.md
.github/PULL_REQUEST_TEMPLATE.md
.github/diff.json
.github/php-syntax.json
.github/workflows/Test.yml
.github/workflows/UpdateContributors.yml
.github/workflows/codestyle.yml
.gitignore
CHANGELOG.md
CODE_OF_CONDUCT.md
LICENSE.md
README.md
composer.json
phpcs.xml
phpunit.xml.dist
.php-cs-fixer.dist.php96
src/AccessHelper.php114
A
30 mins
src/Filters/AbstractFilter.php16
src/Filters/IndexFilter.php33
A
30 mins
src/Filters/IndexesFilter.php16
src/Filters/QueryMatchFilter.php84
src/Filters/QueryResultFilter.php31
src/Filters/RecursiveFilter.php24
src/Filters/SliceFilter.php39
src/JSONPath.php143
src/JSONPathException.php6
src/JSONPathLexer.php150
src/JSONPathToken.php44