apiaryio / Paw-APIBlueprintGenerator

Paw extension providing support to export API Blueprint as a code generator.
http://luckymarmot.com/paw/extensions/APIBlueprintGenerator
MIT License
32 stars 14 forks source link

Pretty Print JSON Responses #19

Open komocode opened 8 years ago

komocode commented 8 years ago

I have large blocks of JSON responses that are unformatted. I have to use Sublime Text to manually go through each block of JSON responses and format them. Can we get auto pretty-print on each JSON response?

kylef commented 8 years ago

@komocode Thanks for the suggestion, we can actually go a step further and render MSON. I think this behaviour can be achieved once we move to using Fury.js since it can already handle this.