You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/11/22 14:45:11 UTC

[GitHub] mdeuser commented on issue #148: CLI should not encode API response schema

mdeuser commented on issue #148: CLI should not encode API response schema
URL: https://github.com/apache/incubator-openwhisk-cli/issues/148#issuecomment-346370416
 
 
   @csantanapr - it's not pretty, but i believe it's possible to use type reflection and the generic Go `interface` to crawl through an arbitrary json string.  after some more hunting, i've found some arbitrary json parsing packages that might do the trick
    - https://github.com/Jeffail/gabs
    - https://github.com/antonholmquist/jason

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services