tymonr

process-example.js

Feb 26th, 2020
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.51 KB | None | 0 0
  1. {
  2. "input": [
  3.         [
  4.           { "key": "corn", "amount": 0.1 },                                                                                                                                                                                                                                                                                                                                                  
  5.           { "key": "brick", "amount": 0.5 }
  6.         ]
  7.       ],
  8. "output": [{ "key": "gold", "amount": 1 }]
  9. }
Add Comment
Please, Sign In to add comment