Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 581 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 581 Bytes

PrettyRoutine

An extention to dropbox/json11 which provide routine for prettify json string

Install

Copy "json11.cpp", "json11.hpp", "PrettyRoutine.cpp" and "PrettyRoutine.hpp" to your project sources and start including it. This repository come with json 11 with commit id "402bcde", if newer version is provided just use "PrettyRoutine.cpp" and "PrettyRoutine.hpp" by placing them under the same directory of json11 sources.

Usage

This extention provide "PrettyRoutine" class which help to format the JSON string from json11. Example usage please refer at "Tester.cpp"