kobbled / json_parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON Parser

This is a JSON Parser written for bare metal C.

Note

This repository is for personal development, and not for external use.

Usage

Compile project with

 bazel run src:jsonParser

Build Library

 bazel build lib:jsonParser

Just compile and run tests with

bazel test --test_output=all tests/test_parser

Dependencies

  • Stumpless : Install on your machine (Manually)

About


Languages

Language:C 76.3%Language:C++ 17.2%Language:Starlark 6.6%