Demo page for parsing HTML data back to a json file after edits

I’ve update the demo above.

It’s more dynamic reading the json objects. Deals with colour changes using my Colour Picker I wrote the other day.

There is css that controls a lot of the appearance. (looks pretty )

My main final bit to do is implement a add or remove for a group object.

Also I am going to have a preview.
My idea for that is I have a preview button that opens the real web page but with a anchor # at the end of the address.

I will change the function that parses the json on the real webpage to check if the location has something like #demopage if it does then it will fetch the new json file instead of the one on the server.

1 Like