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

master
Vitaliy Filippov 3 years ago
parent 5c7ee7c440
commit 4193dbb96c

@ -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

@ -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.

Loading…
Cancel
Save