LibreDWG API  0.12.4
LibreDWG API - The DWG Library
out_json.h File Reference
#include "dwg.h"
#include "bits.h"

Go to the source code of this file.

Functions

int dwg_write_json (Bit_Chain *restrict dat, Dwg_Data *restrict dwg)
 
int dwg_write_geojson (Bit_Chain *restrict dat, Dwg_Data *restrict dwg)
 
char * json_cquote (char *restrict dest, const char *restrict src, const int len)
 

Function Documentation

◆ dwg_write_geojson()

int dwg_write_geojson ( Bit_Chain *restrict  dat,
Dwg_Data *restrict  dwg 
)

◆ dwg_write_json()

int dwg_write_json ( Bit_Chain *restrict  dat,
Dwg_Data *restrict  dwg 
)

◆ json_cquote()

char* json_cquote ( char *restrict  dest,
const char *restrict  src,
const int  len 
)