Skip to main content

write_world_jsonl

Function write_world_jsonl 

Source
pub fn write_world_jsonl(assets: &[Value]) -> Result<String, Error>
Expand description

Serialize a list of asset objects back to world.jsonl format.

Each entry is written as a compact single-line JSON object followed by a newline. The result is a valid world.jsonl file.