blueloveTH
1e365ca72c
Squashed commit of the following:
...
commit 7e52f767ca130a49abb90ec922d74d2f5e9be078
Author: blueloveTH <blueloveTH@foxmail.com>
Date: Sat Jun 1 12:49:46 2024 +0800
some optimize
commit 3e2ad5b1fbad4367c80ea1325d1aa379282c10c4
Author: blueloveTH <blueloveTH@foxmail.com>
Date: Sat Jun 1 12:29:53 2024 +0800
some fix
commit bc0e530c72896a23cb6616ff4197ac36913389a4
Author: blueloveTH <blueloveTH@foxmail.com>
Date: Sat Jun 1 00:00:47 2024 +0800
some fix
commit f17ddcf8299c5d6803085cd3263181f44284f31b
Author: blueloveTH <blueloveTH@foxmail.com>
Date: Fri May 31 23:56:15 2024 +0800
some fix
commit cc63926c8bb89df2d99d8c92c2e18bd5a0180a2c
Author: blueloveTH <blueloveTH@foxmail.com>
Date: Fri May 31 23:44:09 2024 +0800
some fix
commit 3d3fb042651579cbdbcf3255398276ebb7b81e58
Author: blueloveTH <blueloveth@foxmail.com>
Date: Fri May 31 17:28:13 2024 +0800
deprecate `PK_OBJ_MARK`
commit 3df5f1cf128f157fb3a7aac2ceeeb47c55f5bb3b
Author: blueloveTH <blueloveth@foxmail.com>
Date: Fri May 31 17:18:34 2024 +0800
init
2024-06-01 12:50:38 +08:00
blueloveTH
17de5b3024
remove PK_UNREACHABLE()
2024-05-31 15:58:01 +08:00
blueloveTH
2081dcf979
remove vm
for Dict()
2024-05-19 19:54:36 +08:00
blueloveTH
1417dc37df
Update cJSONw.cpp
2024-05-19 17:54:59 +08:00
blueloveTH
f5de8b12b8
replace PyObject*
with PyVar
2024-05-12 20:18:27 +08:00
blueloveTH
5725d66113
Update cJSONw.cpp
2024-05-05 11:38:11 +08:00
blueloveTH
3c480cee11
remove old bind_func
2024-05-04 13:25:30 +08:00
blueloveTH
f53a46941a
deprecate *non_tagged*
2024-04-11 11:50:15 +08:00
miyanyan
c891d3dbba
[fix] don't export cjson when PK_USE_CJSON is ON
2024-02-18 16:05:56 +08:00
blueloveTH
5ffb446d4a
fix https://github.com/pocketpy/pocketpy/issues/194
2024-01-26 12:07:33 +08:00
blueloveTH
067c333de9
some cleanup
2024-01-20 23:12:04 +08:00
blueloveTH
123c8a6a92
rename to _type_name
2024-01-17 15:01:00 +08:00
blueloveTH
56d66ad980
...
2024-01-14 20:45:46 +08:00
blueloveTH
42a7d02286
...
2024-01-05 22:49:42 +08:00
blueloveTH
866abe2c63
...
2024-01-05 22:47:35 +08:00
blueloveTH
e150ffae5e
rename UNREACHABLE()
to PK_UNREACHABLE()
2024-01-04 13:01:26 +08:00
blueloveTH
c9ae759b24
...
2023-11-22 06:36:28 +08:00
blueloveTH
acbfd11366
remove dylib support
2023-11-22 06:32:34 +08:00
blueloveTH
a7448b7fa0
make json.loads
accept bytes
2023-10-31 21:34:30 +08:00
blueloveTH
cdcdded9a3
some fix
2023-10-15 16:47:53 +08:00
blueloveTH
acdab59d94
Update cJSONw.cpp
2023-10-15 16:06:49 +08:00
blueloveTH
7922513255
Update cJSONw.cpp
2023-10-15 16:03:44 +08:00
blueloveTH
4c13c5480d
...
2023-10-15 15:30:53 +08:00
blueloveTH
ac5bc5ea0e
Update cJSONw.cpp
2023-10-15 15:26:56 +08:00
blueloveTH
b3e77cdb51
...
2023-10-15 15:20:22 +08:00
blueloveTH
3c6e4b4e76
...
2023-10-15 15:15:44 +08:00
blueloveTH
227e76e3e4
cjson cleanup
2023-10-15 15:00:25 +08:00
Mahbub Alam
2950d88545
Add cjson module ( #151 )
...
* Add cjson module
* Create structure for cjson module
* Implemenet loads function
* Convert cJsonBool to python boolean
* Implement dumps function
* Convert json bool and null to python Bool and None
* necessary changes of project structure
* Update amalgamate.py
* Support non-dictionary json objects (list, tuple, string, number, bool, null)
* Fix tests
* fix CI
* fix CI
* Convert python to cJson and then to string
* Delete cJSON object after use
---------
Co-authored-by: Mahbub Alam <alam.mahbub214@gmail.com>
Co-authored-by: blueloveTH <blueloveth@foxmail.com>
2023-10-15 13:32:20 +08:00