test_json.c
Go to the documentation of this file.
1 #include "../csm/csm.h"
2 
3 int main() {
4 
5  LDP ld = ld_alloc_new(50);
6  JO jo = ld_to_json(ld);
7 
8  printf("%s", json_object_to_json_string(jo));
9 
10  return 0;
11 }
int main()
Definition: test_json.c:3
const char * json_object_to_json_string(struct json_object *this)
Definition: json_object.c:199
JO ld_to_json(LDP ld)
LDP ld_alloc_new(int nrays)
Definition: laser_data.c:12


csm
Author(s): Andrea Censi
autogenerated on Tue May 11 2021 02:18:23