1/* #define YAML_IS_JSON 1 */
2#include "perl_common.h"
3
4#define YAML_IS_JSON 1
5#include "perl_syck.h"
6
7#undef YAML_IS_JSON
8#include "perl_syck.h"
9
10MODULE = YAML::Syck		PACKAGE = YAML::Syck
11
12PROTOTYPES: DISABLE
13
14SV *
15LoadYAML (s)
16	char *	s
17
18SV *
19DumpYAML (sv)
20	SV *	sv
21
22
23SV *
24LoadJSON (s)
25	char *	s
26
27SV *
28DumpJSON (sv)
29	SV *	sv
30
31