to_json_array

Function to_json_array 

Source
pub fn to_json_array<K: ToString + Clone + Serialize>(atlas: &Atlas<K>) -> Value
Expand description

Serialize the whole Atlas as a JSON object { pages, meta } (array-of-pages style). Suitable for generic tooling and simple consumption.