Skip to content

Naezaer/JSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Parser

项目简介

基于Antlr4的JSON解析器,可以把JSON转化成C++数据(还在开发中)。

项目运行

# 进入项目目录
cd JSON

# 编译项目
mkdir build && cd build
cmake ..
make

# 运行项目(项目还在开发中,这里仅测试)
# 退回到项目根目录
cd ..
# 复制可执行文件
cp ./build/JSON ./tests/
# 进入测试文件夹
cd ./tests
# 运行项目
./JSON ./xxx.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published