add JSON and crypto APIs with sandbox protection (milestone 6 complete)

This commit is contained in:
2026-01-18 14:44:51 +01:00
parent a4ecb0f132
commit be663282d7
8 changed files with 1469 additions and 2 deletions

View File

@@ -202,8 +202,9 @@ TEST(SafeRequire, CachesModules);
---
## Milestone 5: Timer & Callback System
## Milestone 5: Timer & Callback System
**Status**: Complete
**Goal**: Safe timer APIs managed by kernel.
**Estimated Files**: 1 new file
@@ -251,8 +252,9 @@ TEST(TimerManager, CleansUpOnStop);
---
## Milestone 6: JSON & Crypto APIs
## Milestone 6: JSON & Crypto APIs
**Status**: Complete
**Goal**: Safe data parsing and cryptographic primitives.
**Estimated Files**: 2 new files