facebookarchive / facebook-instant-articles-sdk-php

The Facebook Instant Articles SDK for PHP provides a native interface for creating and publishing Instant Articles.
https://instantarticles.fb.com/
Other
232 stars 148 forks source link

Transformer does not give a warning for bad JSON #233

Closed vkama closed 6 years ago

vkama commented 7 years ago

the Transformer->loadRules() adds no warning if the JSON is invalid.

https://github.com/facebook/facebook-instant-articles-sdk-php/blob/master/src/Facebook/InstantArticles/Transformer/Transformer.php#L384