Skip to content

lastfm/last.json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.