tenhou-json 0.1.2

Parsing Tenhou tenhou-json json files
Documentation

tenhou-json

Tenhou JSON parser.

Usage

let content :: String = std::fs::read_to_string("/your/json/path")?;
let tenhou_json :: TenhouJson = parse_tenhou_json(&content)?;

Install

cargo add tenhou-json