rabbah commented on issue #15: More flexibility to parsing and passing JSON 
input/out in Java runtime
URL: 
https://github.com/apache/incubator-openwhisk-runtime-java/issues/15#issuecomment-371183079
 
 
   @mkouba 
https://github.com/apache/incubator-openwhisk/blob/master/docs/actions.md#creating-and-invoking-openwhisk-actions
   
   ```
   The input to an action and the result of an action are a dictionary of 
key-value pairs, where the key is a string and the value a valid JSON value.
   ```
   
   We should perhaps make that more prominent. The function signature 
abstractly is `dictionary -> dictionary` where the implementation of dictionary 
is language specific, e.g., JSON object for Javascript.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to