Fork this respository. Answer the questions to the best of your ability. Try to answer them with limited amount of external research. These questions cover the majority of what we've learned this week (which is a TON!).
Note: When you're done, submit a PR.
-
What is
json
, what does it stand for, and why is it important? JavaScript Object Notation. It is important because it is a relatively universal way to transfer information. It becomes useful when transferring data via API or between the backend and Javascript on the frontend. -
What kind of object is JSON in Ruby? How do we know it's JSON?