Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.83 KB | None | 0 0
  1.   "drugs": [
  2.     {
  3.       "id": "lsd",
  4.       "name": "LSD",
  5.       "short_description": "LSD is one of the most potent, well-known and widely used psychedelic substances.",
  6.       "long_description": "The pharmacology of LSD is complex, but it acts primarily by binding to serotonin receptors in the brain.\nTypical effects of LSD include geometric visual hallucinations, time distortion, enhanced introspection, and ego loss. LSD is commonly described by users to evoke entheogenic and mystical-type experiences that can facilitate self-reflection and personal growth.",
  7.       "aliases": ["acid", "Lucy"],
  8.       "roas": [{
  9.         "name": "Sublingual",
  10.         "dosage": {
  11.           "threshold": "10",
  12.           "low": "50",
  13.           "medium": "100",
  14.           "high": "300",
  15.           "unit": "ยตg"
  16.         }
  17.       }]
  18.     }
  19.   ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement