Releases: EFTEC/Services_JSON
Releases · EFTEC/Services_JSON
2.5
Compare
Sorry, something went wrong.
No results found
2.5
now allows "@" and "." for key values.
2.4
Compare
Sorry, something went wrong.
No results found
2.4
update requirements to php 7.4
added more type hinting (type validation)
2.3.2
Compare
Sorry, something went wrong.
No results found
2.3.2
Added flag to decode DECODE_NO_QUOTE
2.3.1
Compare
Sorry, something went wrong.
No results found
2.3.1
deleted unused code
fixed comments.
2.3
Compare
Sorry, something went wrong.
No results found
2.3
Fixed a typo with a comment.
added PHPUnit. The entire code is tested but special codification.
2.0
Compare
Sorry, something went wrong.
No results found
2.0
Now the library is static, so you can call the methods without creating an instance.
If you want to work with the non-static library, then install 1.1
1.1
Compare
Sorry, something went wrong.
No results found
1.1
It works with PHP 7.2 and higher.
It doesn't require PECL to work.
The code was cleaned
web header is removed.
Method decode() could return an associative array.