Releases: EFTEC/Services_JSON
Releases · EFTEC/Services_JSON
2.5
02 Mar 22:00
Compare
Sorry, something went wrong.
No results found
2.5
now allows "@" and "." for key values.
2.4
06 Apr 15:38
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
10 Nov 00:51
Compare
Sorry, something went wrong.
No results found
2.3.2
Added flag to decode DECODE_NO_QUOTE
2.3.1
08 Nov 10:54
Compare
Sorry, something went wrong.
No results found
2.3.1
deleted unused code
fixed comments.
2.3
07 Nov 22:47
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
07 Nov 20:15
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
07 Nov 12:26
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.