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: about 2 months ago
JSON representation

JSON in C++ the way it should be

Lists

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.