본문 바로가기
BackEnd FrontEnd/C , C++

mac에서 Jsoncpp 설치하기

by forkballpitch 2020. 1. 23.
728x90
728x90

$ brew install jsoncpp

코드에는 아래와 같이 헤더파일추가

#include <json/json.h>

# compile with option -ljson

728x90
728x90