Skip to content

stenbror/rust_json_macro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A short Rust program with full implementation of json parser macro

Just a simple implmentation of json macro for parsing from text to Rust objects.

To build, test and execute do as follows:

  1. Build project
  cargo build
  1. Execute all unittests
  cargo test
  1. Execute program and see an example json in parsed result.
  cargo run

About

A short example implementation of json macro for parsing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages