//! LSJ file reading
//!
//!
use LsjDocument;
use crateResult;
use fs;
use Path;
/// Read an LSJ file from disk
///
/// # Errors
/// Returns an error if the file cannot be read or has invalid JSON.
/// Parse LSJ from JSON string
///
/// # Errors
/// Returns an error if the JSON is malformed.