start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
start [2025/08/11 07:49] ZAKS Webstart [2025/08/11 08:22] (current) ZAKS Web
Line 36: Line 36:
   echo "Everything installed without a hitch!"   echo "Everything installed without a hitch!"
 fi fi
 +</code>
 +
 +<code json>
 +{
 +  "status": 200,
 +  "result": "ok",
 +  "data": {
 +    "this_key": "This value!",
 +    "that_key": true,
 +    "the_other_key": 3.14
 +  },
 +  "array": [
 +    "one",
 +    "two",
 +    "three"
 +  ]
 +}
 </code> </code>
  • start.1754898578.txt.gz
  • Last modified: 2025/08/11 07:49
  • by ZAKS Web