PHPackages                             divinity76/json\_decode\_superset - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. divinity76/json\_decode\_superset

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

divinity76/json\_decode\_superset
=================================

superset of json\_decode allowing decoding of javascript objects (useful for web scraping)

v1.0.1(2y ago)04UnlicensePHPPHP &gt;=7.4

Since May 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/divinity76/php_json_decode_superset)[ Packagist](https://packagist.org/packages/divinity76/json_decode_superset)[ Docs](https://github.com/divinity76/php_json_decode_superset)[ RSS](/packages/divinity76-json-decode-superset/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)DependenciesVersions (2)Used By (0)

php\_json\_decode\_superset
===========================

[](#php_json_decode_superset)

superset of PHP's json\_decode, allowing decoding of javascript objects (useful for web scraping)

Installation
============

[](#installation)

install with Composer (recommended):

```
composer require divinity76/json_decode_superset;

```

alternatively, because it is a standalone php file, you may download the file `json_decode_superset.php` and include it in your project.

Usage
=====

[](#usage)

```
