json(vm): fix birth dispatch; unify constructor naming (Box.birth/N); JsonNode factories return JsonNodeInstance; quick: enable heavy JSON with probe; builder: NYASH_BUILDER_DEBUG_LIMIT guard; json_query_min(core) harness; docs/tasks updated

This commit is contained in:
nyash-codex
2025-09-27 08:45:25 +09:00
parent fcf8042b06
commit cb236b7f5a
263 changed files with 12990 additions and 272 deletions

View File

@ -21,6 +21,10 @@ path = "apps/lib/json_native/utils/string.nyash"
# Resolve `using json as ...` to json_native when desired
json = "json_native"
StringUtils = "string_utils"
JsonNode = "json_node"
[using.json_node]
path = "apps/lib/json_native/core/node.nyash"
[modules]
# Map logical namespaces to Nyash source paths (consumed by runner)