mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +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.