mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
very generic parser (and it has been a huge problem for bitcoin). This is a much saner JSON library. The sooner we switch, the less pain.
11 lines
200 B
C
11 lines
200 B
C
#ifndef JSON_JSON_H_INCLUDED
|
|
# define JSON_JSON_H_INCLUDED
|
|
|
|
# include "autolink.h"
|
|
# include "value.h"
|
|
# include "reader.h"
|
|
# include "writer.h"
|
|
# include "features.h"
|
|
|
|
#endif // JSON_JSON_H_INCLUDED
|