a6502 / JobCenter-Client-Mojo

JobCenter JSON-RPC 2.0 Api client using Mojo
2 stars 4 forks source link

pls add json support for filter arguments #3

Closed xhenrik closed 7 years ago

xhenrik commented 7 years ago

https://github.com/a6502/JobCenter-Client-Mojo/blob/2964ffc2c2ca2aa03bdf9698ffb79220bcb3384c/lib/JobCenter/Client/Mojo.pm#L270

thx :+1:

a6502 commented 7 years ago

Already there: line 275 does a encode_json if the filter is a Perl hash.