Book Image

JavaScript JSON Cookbook

By : Ray Rischpater, Brian Ritchie, Ray Rischpater
Book Image

JavaScript JSON Cookbook

By: Ray Rischpater, Brian Ritchie, Ray Rischpater

Overview of this book

Table of Contents (17 chapters)
JavaScript JSON Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 10. JSON on Mobile Platforms

Mobile applications today are all the rage—devices like tablets and smart phones are outselling PCs in many parts of the world. Powered by platforms such as iOS and Android, these devices include APIs for creating and parsing JSON as part of the platform, making your life as an application developer a little easier. In this chapter are recipes for:

  • Parsing JSON on Android

  • Generating JSON on Android

  • Parsing JSON on iOS in Objective-C

  • Generating JSON on iOS in Objective-C

  • Parsing JSON on iOS using Swift

  • Generating JSON on iOS using Swift

  • Parsing JSON using Qt

  • Generating JSON using Qt