pub fn to_json_array<K: ToString + Clone + Serialize>(atlas: &Atlas<K>) -> Value
Serialize the whole Atlas as a JSON object { pages, meta } (array-of-pages style). Suitable for generic tooling and simple consumption.
Atlas
{ pages, meta }