-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from relogiclabs/develop
Update Project Documentations
- Loading branch information
Showing
26 changed files
with
138 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,23 @@ | ||
+++ | ||
title = 'New Json Schema' | ||
title = 'Introduction' | ||
date = 2023-10-08T09:38:53+06:00 | ||
+++ | ||
|
||
# New Json Schema | ||
The New JSON Schema prioritizes simplicity, conciseness, and readability, making it user-friendly and accessible without the need for extensive prior knowledge. It offers efficient read-write facilities, precise JSON document definition through various data types and functions, and extensibility to meet modern web service diverse requirements. For a comprehensive overview of this JSON Schema, we invite you to explore our dedicated post available [here](https://www.relogiclabs.com/p/json-schema.html). | ||
# Introduction | ||
The New JSON Schema prioritizes simplicity, conciseness, and readability, making it intuitive and accessible without the need for extensive prior knowledge. It offers efficient read-write facilities, precise JSON document definition through various data types and functions, and extensibility to meet modern web service diverse requirements. | ||
|
||
<div class="banner-image"> | ||
<img src="/JSchema-Java/images/json-schema.webp" alt="New Json Schema"> | ||
</div> | ||
JSON, short for JavaScript Object Notation, is one of the most widely used data exchange formats that are both user-friendly and machine-readable. New JSON Schema is a practical tool for defining and validating the structure of JSON documents. The following guides offer comprehensive details about the New JSON Schema. This document provides a list of links, each corresponding to a specific detail document available in this project. | ||
<br/> | ||
|
||
* <font size="4">[Getting Started & Installation](/JSchema-Java/articles/quickstart)</font> | ||
* <font size="4">[Validation Syntax & Format](/JSchema-Java/articles/validation)</font> | ||
* <font size="4">[Validation Directives & Pragmas](/JSchema-Java/articles/directives)</font> | ||
* <font size="4">[Schema Specification & Grammar](/JSchema-Java/articles/specification)</font> | ||
* <font size="4">[Data Types & Validation](/JSchema-Java/articles/datatypes)</font> | ||
* <font size="4">[Functions & Validation](/JSchema-Java/articles/functions)</font> | ||
* <font size="4">[Date & Time Patterns](/JSchema-Java/articles/datetime)</font> | ||
* <font size="4">[Defining Schema Components](/JSchema-Java/articles/components)</font> | ||
* <font size="4">[Build from Source Code](/JSchema-Java/articles/sourcebuild)</font> | ||
* <font size="4">[API Reference Documentation](/JSchema-Java/api/index.html)</font> | ||
* <font size="4">[GitHub Source Code Repository](https://github.com/relogiclabs/JSchema-Java)</font> | ||
<br/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.