1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-05-30 20:06:10 +02:00
ultrajson/python/ujson.h
JustAnotherArchivist 316d384f41
Raise JSONDecodeError in place of ValueError on failed decode (#498)
So as to match the behaviour of Python's json library.
Fixes #497
2022-02-05 20:39:05 +00:00

2 lines
34 B
C

extern PyObject* JSONDecodeError;