MicrosoftEdge / DevTools

Feedback and discussions about Microsoft Edge Developer Tools
MIT License
151 stars 49 forks source link

[JSON viewer] Make JSON data editable #251

Open captainbrosset opened 2 months ago

captainbrosset commented 2 months ago

From @BenClist-BC2 in https://github.com/MicrosoftEdge/DevTools/issues/238#issuecomment-2083635047:

we use browser extensions to take JSON data and make it editable. One example of this allows administrators to make easy updates and fixes to records in Microsoft Dataverse on data that isn't necessarily displayed on the frontend.

AB#50579917

captainbrosset commented 2 months ago

@BenClist-BC2 Can you explain how you make the data editable exactly? Does the extension you use have a way to save the data back to disk? Which extension is it?

BenClist-BC2 commented 2 months ago

@captainbrosset It's writing back to Dataverse directly, it's not something you want to build into Edge. There's a public example that uses the same approach here https://chromewebstore.google.com/detail/prettifymywebapi-for-micr/pcgbnpkpijlcjeleijaaahlonafdlfno

captainbrosset commented 2 months ago

Oh ok, got it. So this is different from what I thought this issue was about. Let's keep this issue to track making the built-in JSON viewer able to edit JSON responses or files though.