Sha256: a2240a7a7da489e74445268d752ddab7dbbadd8653018a175259834d2d409301

Contents?: true

Size: 436 Bytes

Versions: 2

Compression:

Stored size: 436 Bytes

Contents

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

VALUE rb_json_from_state(VALUE, VALUE);
VALUE rb_json_state_seen(VALUE, VALUE);
VALUE rb_json_state_remember(VALUE, VALUE);
VALUE rb_json_state_forget(VALUE, VALUE);
VALUE rb_json_should_shift(VALUE, VALUE);
VALUE rb_to_json(VALUE, VALUE, VALUE);
void rb_json_state_indent(VALUE, VALUE, long);

static VALUE call_to_json(VALUE);
static VALUE to_json_exception(VALUE, VALUE);

VALUE rb_cJsonState;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fjson-0.1.1 ext/state_ext/state_lib.h
fjson-0.1.2 ext/state_ext/state_lib.h