Cite This Page
Bibliographic details for JSON
- Page name: JSON
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 20 October 2022 14:31 UTC
- Date retrieved: 29 January 2023 16:53 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=JSON&oldid=332386
- Page Version ID: 332386
Citation styles for JSON
APA style
JSON. (2022, October 20). Rosetta Code, . Retrieved 16:53, January 29, 2023 from https://rosettacode.org/w/index.php?title=JSON&oldid=332386.
MLA style
"JSON." Rosetta Code, . 20 Oct 2022, 14:31 UTC. 29 Jan 2023, 16:53 <https://rosettacode.org/w/index.php?title=JSON&oldid=332386>.
MHRA style
Rosetta Code contributors, 'JSON', Rosetta Code, , 20 October 2022, 14:31 UTC, <https://rosettacode.org/w/index.php?title=JSON&oldid=332386> [accessed 29 January 2023]
Chicago style
Rosetta Code contributors, "JSON," Rosetta Code, , https://rosettacode.org/w/index.php?title=JSON&oldid=332386 (accessed January 29, 2023).
CBE/CSE style
Rosetta Code contributors. JSON [Internet]. Rosetta Code, ; 2022 Oct 20, 14:31 UTC [cited 2023 Jan 29]. Available from: https://rosettacode.org/w/index.php?title=JSON&oldid=332386.
Bluebook style
JSON, https://rosettacode.org/w/index.php?title=JSON&oldid=332386 (last visited January 29, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "JSON --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=JSON&oldid=332386", note = "[Online; accessed 29-January-2023]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "JSON --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=JSON&oldid=332386}", note = "[Online; accessed 29-January-2023]" }