nette / utils

🛠 Lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.
https://doc.nette.org/utils
Other
1.98k stars 147 forks source link

Json: missing @throws JsonException #212

Closed ddebin closed 4 years ago

ddebin commented 4 years ago

Adds missing PHPDoc @throws JsonException in JSON::encode and JSON::decode.

dg commented 4 years ago

Thanks