start

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
start [2025/08/11 08:18] ZAKS Webstart [2025/08/11 08:22] (current) ZAKS Web
Line 39: Line 39:
  
 <code json> <code json>
-{"status":200,"result":"ok","data":{"this_key":"This value!","that_key":true,"the_other_key":3.14},"array":["one","two","three"]}}+{ 
 +  "status": 200, 
 +  "result": "ok", 
 +  "data": { 
 +    "this_key": "This value!", 
 +    "that_key": true, 
 +    "the_other_key": 3.14 
 +  }, 
 +  "array": [ 
 +    "one", 
 +    "two", 
 +    "three" 
 +  ] 
 +}
 </code> </code>
  • start.txt
  • Last modified: 2025/08/11 08:22
  • by ZAKS Web