TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Parsing JSON in C

2 pointsby dsvrover 2 years ago

1 comment

dsvrover 2 years ago
Simpler way to parse JSON in C with Vely framework.<p>See how to get a JSON request from the web, either from an HTML form (via POST) or JavaScript (application&#x2F;json) request body.<p>The example shows parsing JSON in two different ways: traversing the whole document, or extracting the exact fields you need.<p>The example is a list of cities, within states, within countries.<p>Disclosure: I am Vely&#x27;s creator. - Sergio