---
title: "Which JSON framework is supported by iOS?"  
description: "Which JSON framework is supported by iOS?"  
author: "David Miller"  
published: 2015-02-04  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/2323/which-json-framework-is-supported-by-ios  
category: "iphone"  
tags: ["ios"]  
reading_time: 1 minute  

---

# Which JSON framework is supported by iOS?

**\****SBJson framework is supported by iOS.** It is a JSON parser and generator for Objective-C. SBJson provides flexible APIs and additional control that makes JSON handling easier.\
**JSOn**JSON syntax is a subset of the JavaScript object notation syntax:Data is in name/value pairsData is separated by commasCurly braces hold objectsSquare brackets hold arraysThe file type for JSON files is ".json"The MIME type for JSON text is "application/json"

## Answers

### Answer by David Miller

**\****SBJson framework is supported by iOS.** It is a JSON parser and generator for Objective-C. SBJson provides flexible APIs and additional control that makes JSON handling easier.\
**JSOn**JSON syntax is a subset of the JavaScript object notation syntax:Data is in name/value pairsData is separated by commasCurly braces hold objectsSquare brackets hold arraysThe file type for JSON files is ".json"The MIME type for JSON text is "application/json"


---

Original Source: https://www.mindstick.com/interview/2323/which-json-framework-is-supported-by-ios

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
