Mastering JSON using C#
Instructed by: Balaji Sridharan | Subject: Development, Programming Languages
Instructed by: Balaji Sridharan | Subject: Development, Programming Languages
Description
JSON(JavaScript Object Notation), is a minimal, readable format for structuring data. It is used primarily to transmit data between a server and web application, as an alternative to XML. It is also used to transmit data between two different applications, that are written in different languages.Outcome
- Construct even complicated JSON data easily and then easily validate them
- Easily able to Serialize an object to JSON type and Deserialize the JSON data back to its corresponding type
- Store a state of an object to JSON File
- Consume any Web Service
- Parse a JSON data that comes from a Web Service
- Convert JSON to XML and XML to JSON
- Convert Object to BSON and BSON format back to Object
Course Info
- 22 Lectures
- 3 Hours
- Language: English
- Subject: Development, Programming Languages
- Instructed by: Balaji Sridharan
- Last updated on December 2017
- Platform: Udemy