Markkimotho / json-parser

Home Page:http://markkimotho.github.io/json-parser/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

json-parser

JSON (which stands for JavaScript Object Notation) is a lightweight data-interchange format, which is widely used for transmitting data over the Internet. It is formally defined by the RFC 4627 or there’s a simpler graphical representation here

Overview

In this project, I will build a custom JSON parser.

Development

This json-parser will be initially developed by Python and then by C later

Usage

//TODO

Features

//TODO

Getting Started

This project can be accessed in two ways:

  • Through the website
  • By accessing it using you local machine:
  • STEPS TO BE PROVIDED

Dependencies

//TODO

Contributions

This is an open project, therefore contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.

Acknowledgements

//TODO

Contact

For any inquiries or questions, you can reach out to me.

About

http://markkimotho.github.io/json-parser/


Languages

Language:Python 70.6%Language:CSS 9.8%Language:HTML 8.9%Language:JavaScript 7.5%Language:C 3.2%Language:Makefile 0.1%