docs icon indicating copy to clipboard operation
docs copied to clipboard

Add details on JSON

Open YanisaHS opened this issue 2 years ago β€’ 4 comments

Description

I added information to the following pages:

  • General: JSON
    • Added ) after β€œEcmaScript” in the first paragraph
    • Noted that JavaScript can parse JSON directly
    • Noted that JavaScript is language independent with more details
  • Python: JSON Module
    • Noted that JSON is based on JavaScript object-literal syntax
    • Added a list of data types that can be converted to JSON strings in Python
  • JavaScript: JSON
    • Added info on how the JSON object is built into JavaScript

Closes #829

Type of Change

  • Editing an existing entry (fixing a typo, bug, issues, etc)
  • Updating the documentation

Checklist

  • [x] All writings are my own.
  • [x] My entry follows the Codecademy Docs style guide.
  • [x] My changes generate no new warnings.
  • [x] I have performed a self-review of my own writing and code.
  • [x] I have checked my entry and corrected any misspellings.
  • [x] I have made corresponding changes to the documentation if needed.
  • [x] I have confirmed my changes are not being pushed from my forked main branch.
  • [x] I have confirmed that I'm pushing from a new branch named after the changes I'm making.
  • [x] Under "Development" on the right, I have linked any issues that are relevant to this PR (write "Closes # in the "Description" above).

YanisaHS avatar Sep 02 '22 01:09 YanisaHS

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Sep 02 '22 01:09 CLAassistant

Thanks @SSwiniarski! Just added those changes.

YanisaHS avatar Sep 07 '22 18:09 YanisaHS

Thanks @Dusch4593 ! Just pushed the changes. πŸ₯³

YanisaHS avatar Sep 09 '22 17:09 YanisaHS

@Dusch4593 Yep! Done! πŸ‘Ό

YanisaHS avatar Sep 09 '22 18:09 YanisaHS

@YanisaHS This PR seems good for merge! πŸ˜„ I pushed a few last-minute changes in 567bb2b298c1c605f1af5eff3b3fcfb654dc3e45, including:

  • Light edits to the rendered curly brackets { } in General: JSON.
  • In JavaScript: JSON, I embeded "JSON" in back-ticks within the meta-Description.

Dusch4593 avatar Sep 29 '22 17:09 Dusch4593

Congrats @YanisaHS your changes should now be live! πŸš€ 🎊 πŸŽ‰ Live links below.

  • General: JSON - https://www.codecademy.com/resources/docs/general/json
  • JavaScript: JSON - https://www.codecademy.com/resources/docs/javascript/json
  • Python: JSON Module - https://www.codecademy.com/resources/docs/python/json-module

Let us know if everything looks ok on your end and if you can also see your profile credited on those entry pages. Looking forward to merging your next contribution! πŸ˜„

Dusch4593 avatar Sep 29 '22 17:09 Dusch4593

@Dusch4593 Yay!! Looks amazing! πŸ₯³πŸ₯³πŸŽ‰

YanisaHS avatar Sep 30 '22 03:09 YanisaHS