Docs.rs
jom-0.1.4
jom 0.1.4
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ZiyadBoshima
Dependencies
regex ^1.11.1
normal
serde_json ^1.0
normal
Versions
50%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate jom
jom
0.1.4
All Items
Crate Items
Functions
Crate
jom
Copy item path
Source
Functions
ยง
json_
to_
markdown
Converts JSON data to markdown by replacing placeholders in the markdown template with values extracted from the JSON data. Placeholders should be in the form
{key}
or
{nested.key}
.