json

Type safe JSON encoder and decoder for PHP

BSD-3-CLAUSE License

Downloads
1.7M
Stars
0
Committers
1

Bot releases are visible (Hide)

json - 3.0.0 Latest Release

Published by ghostwriter 8 months ago

Removed

  • Constant Ghostwriter\Json\Interface\JsonInterface::DECODE was removed
  • Constant Ghostwriter\Json\Interface\JsonInterface::DEPTH was removed
  • Constant Ghostwriter\Json\Interface\JsonInterface::EMPTY was removed
  • Constant Ghostwriter\Json\Interface\JsonInterface::ENCODE was removed
  • Constant Ghostwriter\Json\Interface\JsonInterface::IGNORE was removed
  • Constant Ghostwriter\Json\Interface\JsonInterface::PRETTY was removed

Changed

  • The return type of Ghostwriter\Json\Interface\JsonInterface#decode() changed from mixed to array
  • Parameter 1 of Ghostwriter\Json\Interface\JsonInterface#encode() changed name from int $flags = 0 to bool $prettyPrint = false
  • Parameter 1 of Ghostwriter\Json\Interface\JsonInterface#validate() changed name from int $flags = 0 to bool $ignoreInvalidUtf8 = false

Full Changelog: https://github.com/ghostwriter/json/compare/2.0.0...3.0.0

json - 2.0.0

Published by ghostwriter 11 months ago

Full Changelog: https://github.com/ghostwriter/json/compare/1.2.0...2.0.0

  • Drop PHP <= 8.2
  • Add validate method
  • Json class methods are now, non-static
json - 1.2.0

Published by ghostwriter about 1 year ago

json - 1.1.0

Published by ghostwriter almost 2 years ago

What's Changed

Full Changelog: https://github.com/ghostwriter/json/compare/1.0.1...1.1.0

json - 1.0.1

Published by ghostwriter almost 2 years ago

What's Changed

Full Changelog: https://github.com/ghostwriter/json/compare/1.0.0...1.0.1

json - 1.0.0

Published by ghostwriter about 2 years ago

json - 0.1.2

Published by ghostwriter about 2 years ago

What's Changed

Full Changelog: https://github.com/ghostwriter/json/compare/0.1.1...0.1.2

json - 0.1.1

Published by ghostwriter about 2 years ago

What's Changed

Full Changelog: https://github.com/ghostwriter/json/compare/0.1.0...0.1.1

json - 0.1.0

Published by ghostwriter over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/ghostwriter/json/commits/0.1.0