jdoc-api/ ├── app/ # Next.js app directory ├── components/ # React components │ ├── ui/ # Reusable UI components │ └── api-documentation.tsx # Main documentation component ├── config/ # API ...
jDoc uses a fluid interface to query for nested objects in a JSON document. Selections can be refined by filtering and then iterated over. var jdoc = new jDoc(json ...