hyper icon indicating copy to clipboard operation
hyper copied to clipboard

Add '@=' separator to pass JSON objects via CLI

Open agoconcept opened this issue 7 years ago • 1 comments

The current '=' separator enables to add key-value pairs as strings in a JSON object to the HTTP body. But there's no way to provide more complex JSON objects

This commit introduces a new '@=' that adds a key-value pair where the right value is evaluated to a JSON object, allowing more complex structures in the HTTP body.

Change-Id: I126a6c8529a6dbf9108b904b2b4d93ef60309113

agoconcept avatar Jun 14 '18 12:06 agoconcept

Is there any additional change needed to accept the pull request? In case anything else is needed please don't hesitate to ask for it

Cheers!

agoconcept avatar Jul 12 '18 12:07 agoconcept