json-machine:高效,易于使用和快速PHP JSON流解析器

时间:2024-02-24 22:30:04
【文件属性】:

文件名称:json-machine:高效,易于使用和快速PHP JSON流解析器

文件大小:50KB

文件格式:ZIP

更新时间:2024-02-24 22:30:04

php parsing stream-processing json-parser json-stream

JSON机器 非常易于使用且内存有效的嵌入式替换,可有效降低PHP 5.6+的大JSON文件或流的迭代效率。 参见 。 除了可选的ext-json外,生产中没有任何依赖关系。 TL; DR <?php use \JsonMachine\JsonMachine; // this often causes Allowed Memory Size Exhausted - $users = json_decode(file_get_contents('500MB-users.json')); // this usually takes few kB of memory no matter the f


【文件预览】:
json-machine-master
----composer.json(737B)
----.travis.yml(173B)
----phpunit.xml(293B)
----img()
--------logo.svg(6KB)
--------logo.png(5KB)
----test()
--------bootstrap.php(58B)
--------docker-run-all-platforms.sh(2KB)
--------JsonMachineTest()
--------performance()
--------run.sh(124B)
----src()
--------functions.php(947B)
--------PositionAware.php(200B)
--------Parser.php(11KB)
--------JsonMachine.php(2KB)
--------JsonDecoder()
--------StreamChunks.php(853B)
--------FileChunks.php(903B)
--------Lexer.php(3KB)
--------StringChunks.php(650B)
--------examples()
--------Exception()
----.gitignore(29B)
----CHANGELOG.md(3KB)
----README.md(18KB)
----LICENSE.txt(11KB)

网友评论