Now that somebody found this repo, I'm adding a license notice :)

master
Vitaliy Filippov 2019-12-24 02:33:24 +03:00
parent 5c7ee7c440
commit 4193dbb96c
2 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,9 @@
<?php
// Fast streaming JSON parser for PHP
// Author: Vitaliy Filippov, 2018+
// License: GNU LGPL 3.0 or MPL (file-level copyleft)
class JSONStreamException extends Exception {}
class JSONStream

View File

@ -59,3 +59,11 @@ while (!$json->isEnded())
$json->exitArray();
fclose($fp);
```
## Author and license
Author: Vitaliy Filippov, 2018+
License: GNU LGPL 3.0 or MPL (file-level copyleft)
As usual, the software is provided "as is", without the warranty of any kind.