json_config.h 159 B

1234567
  1. #ifndef __JSON_CONFIG_H__
  2. #define __JSON_CONFIG_H__
  3. #define JSONSL_STATE_USER_FIELDS int lua_object_ref; int used_count;
  4. #define JSONSL_NO_JPR
  5. #endif