Working with JSON and YAML
Parse and generate structured data in JSON and YAML formats.
1
Working with JSON and YAML
JSON and YAML are widely used formats for storing and exchanging structured data.
In this lesson, you will learn how to parse and generate JSON and YAML in Ruby.

2
What is JSON?
JSON (JavaScript Object Notation) is a lightweight data format used for data exchange.
All lessons in this course
- Reading and Writing Files
- User Input and Output
- Working with JSON and YAML