24 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
24 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
26 * POSSIBILITY OF SUCH DAMAGE. |
26 * POSSIBILITY OF SUCH DAMAGE. |
27 */ |
27 */ |
28 |
28 |
|
29 #include "cx/json.h" |
|
30 |
29 #include <string.h> |
31 #include <string.h> |
30 #include <ctype.h> |
32 #include <ctype.h> |
31 #include <assert.h> |
33 #include <assert.h> |
32 #include <stdio.h> |
34 #include <stdio.h> |
33 #include <errno.h> |
35 #include <errno.h> |
34 |
|
35 #include "cx/json.h" |
|
36 |
36 |
37 /* |
37 /* |
38 * RFC 8259 |
38 * RFC 8259 |
39 * https://tools.ietf.org/html/rfc8259 |
39 * https://tools.ietf.org/html/rfc8259 |
40 */ |
40 */ |