export JsonValue

pull/108/head
Jonas Kruckenberg 2 years ago
parent dffa5e3964
commit 0ab5a6c664

@ -5,7 +5,7 @@
pub use error::Error; pub use error::Error;
use log::warn; use log::warn;
use serde::Serialize; use serde::Serialize;
use serde_json::Value as JsonValue; pub use serde_json::Value as JsonValue;
use std::{ use std::{
collections::HashMap, collections::HashMap,
path::{Path, PathBuf}, path::{Path, PathBuf},

Loading…
Cancel
Save