Advertisement
tolikpunkoff

json example for Json.NET parsing

Jan 8th, 2020
1,006
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.00 KB | None | 0 0
  1. {
  2.   "api_uri": "https://api.black.riseup.net:443",
  3.   "api_version": "1",
  4.   "ca_cert_fingerprint": "SHA256: a5244308a1374709a9afce95e3ae47c1b44bc2398c0a70ccbf8b3a8a97f29494",
  5.   "ca_cert_uri": "https://black.riseup.net/ca.crt",
  6.   "default_language": "en",
  7.   "description": {
  8.     "en": "Riseup is a non-profit collective in Seattle that provides online communication tools for people and groups working toward liberatory social change."
  9.   },
  10.   "domain": "riseup.net",
  11.   "enrollment_policy": "open",
  12.   "languages": [
  13.     "en"
  14.   ],
  15.   "name": {
  16.     "en": "Riseup Networks"
  17.   },
  18.   "service": {
  19.     "allow_anonymous": true,
  20.     "allow_free": true,
  21.     "allow_limited_bandwidth": false,
  22.     "allow_paid": false,
  23.     "allow_registration": true,
  24.     "allow_unlimited_bandwidth": true,
  25.     "bandwidth_limit": 102400,
  26.     "default_service_level": 1,
  27.     "levels": {
  28.       "1": {
  29.         "description": "Please donate.",
  30.         "name": "free"
  31.       }
  32.     }
  33.   },
  34.   "services": [
  35.     "openvpn"
  36.   ]
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement