emtiazzahid/ndjson

php 解析 ndjson

v0.0.1 2021-09-24 09:30 UTC

This package is auto-updated.

Last update: 2024-09-24 20:40:10 UTC


README

Version

下载

composer require emtiazzahid/ndjson

使用方法

解码 ndjson

<?php

$decode = \EmtiazZahid\Ndjson\Parser::decode($your_file_path);

编码 ndjson

<?php

$array = [
    ['foo' => 'bar'],
    ['hello' => 'world']
];
$encode = \EmtiazZahid\Ndjson\Parser::encode($array);

运行测试

.\vendor\bin\phpunit test/ParserTest

表达你的支持

如果这个项目对你有帮助,请给一个 ⭐️ 吧!