Difference between revisions of "Wendy's JSON"

From Coder Merlin
Line 4: Line 4:


== Usage ==
== Usage ==
In short, JSON is used to transmit data between web applications. For example, sending data from the server to the client. For instance, having the server tell and transmit data to the client to display a picture.
* In short, JSON is used to transmit data between web applications.
* For example, sending data from the server to the client.
* For instance, having the server tell and transmit data to the client to display a picture.
=== Board ===
=== Board ===



Revision as of 10:33, 8 September 2021

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

JSON[edit]

Summary[edit]

Usage[edit]

  • In short, JSON is used to transmit data between web applications.
  • For example, sending data from the server to the client.
  • For instance, having the server tell and transmit data to the client to display a picture.

Board[edit]

{
   "Board": Board
   "Rows" : 9
   "Columns": 9
   "Grids": 9
   "Tiles": 81
}

Rows[edit]

{


}