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
Andrew
09/15/2023, 9:03 PM
Not sure if it's the best approach, but you could deserialize from JSON, then change the resulting object, and re-serialize into JSON.