summaryrefslogtreecommitdiff
path: root/db/json.h
blob: febee18940ef33d8b468a7e0f0dafd2a54812114 (plain)
1
2
3
4
5
6
7
8
// json.h

#pragma once

#include "../stdafx.h"
#include "jsobj.h"

JSObj fromjson(const char *str);