RinkAttendant6 / JsonI18n

Simple PHP internationalization library using JSON data
Mozilla Public License 2.0
4 stars 1 forks source link

Errors encountered upon parsing malformed JSON #11

Closed RinkAttendant6 closed 8 years ago

RinkAttendant6 commented 8 years ago

JsonI18n should stop attempting to add the resource when malformed JSON is encountered.

This can be checked with json_last_error().