Skip to content

electr1fy0/json-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

json-parser

A command-line tool to parse and validate JSON from a file.

Install

From source

git clone https://github.com/your-username/json-parser.git
cd json-parser
go build -o json-parser

# Move to PATH
sudo mv json-parser /usr/local/bin/

Usage

json-parser takes a file path as an argument and checks if the file contains valid JSON and parses it into go data structures.

json-parser my_file.json

About

🧬 A json parser from scratch in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages