mirror of
https://github.com/status-im/react-native.git
synced 2025-02-10 00:23:26 +00:00
Summary: React Native will now use JSONKit if it's already available in the project, otherwise it will fall back to using NSJSONSerialization as before. This provides a small performance boost to JSON parsing in some cases.