Welcome to the Ultimate YAML, JSON, and JSONPath Course repository! This repository contains all the key learnings and resources from the course, structured into clear sections with detailed explanations and examples.
Each section of the course is organized into its own folder for easy navigation and understanding:
- Section 01 - Introduction
- Section 02 - YAML - Getting Started
- Section 03 - YAML - Basic Building Blocks
- Section 04 - More Deep in YAML
- Section 05 - YAML Practical Real Examples
- Section 06 - JSON - Getting Started
- Section 07 - JSONPath - Getting Started
This course dives deep into the following key areas:
- YAML: Understanding its syntax, structures, and real-world applications.
- JSON: Fundamentals of JSON, its usage, and best practices.
- JSONPath: Querying and extracting data from JSON documents using JSONPath.
- Clone the repository
git clone <repository-url>
- Navigate to the section you want to explore
cd "Section 01 [ Introduction ]"
- Read the README in each section for an in-depth explanation.
Feel free to raise issues or submit pull requests if you find anything to improve or add!
Let’s build a strong understanding of YAML, JSON, and JSONPath together!