摘要: // MIT License // // Copyright (c) 2016 Michel Kraemer // Copyright (c) 2005 JSON.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associ... 阅读全文
posted @ 2017-02-09 14:18 大数据从业者FelixZh 阅读(404) 评论(0) 推荐(0) 编辑
摘要: /* JSON_checker.h */ typedef struct JSON_checker_struct { int valid; int state; int depth; int top; int* stack; } * JSON_checker; extern JSON_checker new_JSON_checker(int depth... 阅读全文
posted @ 2017-02-09 14:16 大数据从业者FelixZh 阅读(396) 评论(0) 推荐(0) 编辑