Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 442 Bytes

File metadata and controls

10 lines (6 loc) · 442 Bytes

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.