Sha256: 75bd891bbcf0b0dab4ddebf7c6fd6f3e43c087f95c377d25c66abbe31c6827ac

Contents?: true

Size: 321 Bytes

Versions: 2

Compression:

Stored size: 321 Bytes

Contents

#include "ruby.h"
#include <string.h>

static VALUE utf8_to_utf16(VALUE, VALUE);
static VALUE _convert_utf_8_string_part(VALUE, VALUE, long, long);
static long _convert_utf8_char(VALUE, long, VALUE, VALUE);
static VALUE utf8_to_json(VALUE, VALUE);
static void _begin_setup_iconv();
void Init_json_ext();

VALUE rb_cJSON;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fjson-0.1.1 ext/json_ext/json_ext.h
fjson-0.1.2 ext/json_ext/json_ext.h