jsonref icon indicating copy to clipboard operation
jsonref copied to clipboard

How to save to regular JSON without ref?

Open vlad-stack opened this issue 3 years ago • 1 comments

Hey,

I'm trying to convert JSON from a file with ref into a file without ref. Is it any way to do so?

vlad-stack avatar Jun 08 '22 15:06 vlad-stack

You can use deepcopy. I found this solution in this comment.

vconrado avatar Jul 28 '22 16:07 vconrado

proxy mode can be disabled on 1.0.0

gazpachoking avatar Oct 28 '22 02:10 gazpachoking