ThePix / QuestJS

A major re-write of Quest that is written in JavaScript and will run in the browser.
MIT License
66 stars 12 forks source link

JSON object serialization #86

Closed Wh0Kn0w5 closed 1 year ago

Wh0Kn0w5 commented 1 year ago

Does Quest JS have proper support for serialization of JSON objects?

ThePix commented 1 year ago

Short answer: no.

I would guess this could be done fairly easily by adapted the save/load system, which, I suspect, already deals with the issue, and you just need the right format.

ThePix commented 1 year ago

I am going to close this as it seems to be dead.