ndouglas / downdelving-old

An experimental roguelike written in Rust.
The Unlicense
1 stars 0 forks source link

Switch from JSON to RON for raws? #43

Open ndouglas opened 2 years ago

ndouglas commented 2 years ago

Story

Ron, "Rusty Object Notation", might be simpler to deal with than the raw JSON I currently use. I'd expect it could still result from Jsonnet, though (see #21). Worth exploring to see actual benefits.

Acceptance Criteria

Implementation Notes