JsoNeat
Some JSON parse/iterate C++ classes build on top of Jsmn
Loading...
Searching...
No Matches
jsmn_iterate.hh
Go to the documentation of this file.
1/**
2 * \file jsmn_iterate.hh
3 * \brief deprecated header for backward compatibility
4 */
5
6#pragma once
7
8#include "jsmn/jsmn.h"
9#include <jsoneat/jsoneat.hh>
10
11namespace jsoneat {
12using Jsmn_String = JsoNeat<char *>; ///< deprecated
13using Jsmn_Cstring = JsoNeat<const char *>; ///< deprecated
14using JsmnBase = Jsmn_Cstring; ///< deprecated
15#define Jsmn jsoneat::JsoNeat_fs
16}