Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

JSON Parser

A simple JSON parser

Language

C

Feature

  • Read a JSON file
  • Parse the key-value pair from JSON content

How to build

  • Change execution policy(if needed, can affect security) Set-ExecutionPolicy RemoteSigned -Scope Process
  • Run the PowerShell script .\run.ps1
    • alternatively you can run the shell script ./build.sh

License

Apache 2.0

Usage

Usage