Change format of auto-detected params.
Instead of string, each param is now a hash:
{:name => "param-name"}
That's the same data structure that old JsParser produced and it's what
Merger expects.
Loading
Please sign in to comment
Instead of string, each param is now a hash:
{:name => "param-name"}
That's the same data structure that old JsParser produced and it's what
Merger expects.