项目作者: Aftaab99

项目描述 :
JSON formatter and validator written in JavaFX
高级语言: Java
项目地址: git://github.com/Aftaab99/JSONFormatter.git
创建时间: 2020-04-19T16:33:34Z
项目社区:https://github.com/Aftaab99/JSONFormatter

开源协议:MIT License

下载


JSON Formatter and Validator

A simple JSON pretty-printer/formatter+validator made with JavaFX

Project highlights

  1. Both the formatter and validator are written from scratch, without using a built-in/third party JSON parsing utilities
  2. The parser implemented is a Recursive Descent parser. It outputs true/false depending on whether a given JSON string is valid or not. It also builds an Abstract Syntax Tree through which we can generate a treelike preview of the JSON data.
  3. The application includes, formatting & validating JSON either stored in a file or pasted in the input field. It also supports previewing the data, copying raw text to clipboard and saving the result to another file.

Screenshots

screenshot 1
screenshot 2
screenshot 2