-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation for working with JSON in Runnables #1
Comments
Not quite! For this we want some concrete examples of getting some JSON, parsing it, modifying it, etc. Sort of like an example use case. |
Once we have set up our example code workflow, I'd say this one should go into the tier three (tutorial) section, I'd imagine 'working with JSON' would be a tutorial series with various (multi-language) examples on parsing, generating, modifying JSON as Oscar mentions, with all examples available in a folder of the code-snippets/examples repo, and a guide in the docs taking folks through using these code snippets, pulling from this repo. |
Great! Okay, so we'll circle back to this once #81 is finished? |
yep, exactly! |
@ramonh & @LauraLangdon will start pairing and creating the guide in JavaScript as a start. |
From today's docs meeting notes:
|
some of these might be useful for the above, in terms of the useful things to do with JSON beyond the basics. |
This would include language-specific examples.
The text was updated successfully, but these errors were encountered: