Commit 2489932
committed
refactor: replace yyjson with json extension and update related functionality
- Removed the dependency on the bundled yyjson library, replacing it with the sm-ext-json extension
- Updated all references from YYJSON to JSON in the codebase, including method signatures and variable types
- Adjusted HTTP request methods to utilize the new JSON handling interface
- Enhanced task context management for WebSocket and HTTP operations to ensure proper cleanup and ownership
- Updated documentation and README to reflect the changes in dependencies and usage instructions1 parent f67bd9a commit 2489932
24 files changed
Lines changed: 2450 additions & 1914 deletions
File tree
- public
- scripting
- include
- websocket
- src
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
0 commit comments