Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lastfm/last.json
JSON in C++ the way it should be
https://github.com/lastfm/last.json
Last synced: 3 months ago
JSON representation
JSON in C++ the way it should be
- Host: GitHub
- URL: https://github.com/lastfm/last.json
- Owner: lastfm
- Created: 2012-07-09T12:13:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T09:58:21.000Z (over 4 years ago)
- Last Synced: 2024-05-08T21:28:56.274Z (6 months ago)
- Language: C++
- Size: 53.7 KB
- Stars: 44
- Watchers: 5
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
lastjson
========For more info, see https://github.com/lastfm/last.json
Introduction
------------lastjson is a header only C++ library that can parse JSON strings into objects of type lastjson::value and stringify those objects, but also native C++ types, to JSON formatted data. The design rationale was to have lightweight JSON value objects, that can be passed by value, and to offer a natural interface to working with JSON values.