Massive long shot, but has anyone written a JSON e...
# compose
s
Massive long shot, but has anyone written a JSON editor in compose / anyone know of an open source library? Really hoping I don't have to write one myself 😅 I've found some JSON viewers but no editors 😞
👀 1
a
Not sure if it's the best approach, but you could deserialize from JSON, then change the resulting object, and re-serialize into JSON.
e
Nobody has written one. Best get to it @Sam 🧌
s
Sadness, guess I'm giving it a go
🦜 1
m
Maybe it is worth looking at this first: https://github.com/Qawaz/compose-code-editor
s
Ooooh that looks promising!