mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
5db42643cf
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.