Open mark99i opened 1 year ago
Because it took me a couple of minutes:
The issue is not that the generated json is invalid, but that the syntax highlighting breaks with the placeholder values. Would be neat if it could just highlight according to the generated json, but i guess thats easier said than done.
I use json body for post requests and vars to substitute changeable values when testing the api, everything is fine with inserting str, but when I try to insert int or bool or list, json validation stops working.