json_to_prolog 0.4.0

A tool to convert JSON to Prolog
Documentation
[dependencies.jsonschema]
default-features = false
version = "0.37.1"

[dependencies.serde-wasm-bindgen]
version = "0.6.5"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.wasm-bindgen]
version = "0.2.105"

[lib]
crate-type = ["cdylib", "rlib"]
name = "json_to_prolog"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A tool to convert JSON to Prolog"
edition = "2024"
license = "MIT"
name = "json_to_prolog"
readme = "README.md"
version = "0.4.0"