🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

json-as

Package Overview
Dependencies
Maintainers
1
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-as - npm Package Versions

1245
20

1.1.4

Diff
jairussw
published 1.1.4 •

Changelog

Source

2025-05-23 - 1.1.4

  • revert: grouping properties in favor of memory.compare
jairussw
published 1.1.3 •

Changelog

Source

2025-05-23 - 1.1.3

  • feat: group properties of structs before code generation
  • fix: break out of switch case after completion
  • ci: make compatible with act for local testing
jairussw
published 1.1.2 •

Changelog

Source

2025-05-22 - 1.1.2

  • fix: correct small typos in string value deserialization port
jairussw
published 1.1.1 •

Changelog

Source

2025-05-22 - 1.1.1

  • fix: remove random logs
jairussw
published 1.1.0 •

Changelog

Source

2025-05-22 - 1.1.0

  • fix: change _DESERIALIZE<T> to _JSON_T to avoid populating local scope
jairussw
published 1.0.9 •

Changelog

Source

2025-05-22 - 1.0.9

  • fix: #132
  • feat: allow base classes to use their child classes if the signatures match
  • perf: rewrite struct deserialization to be significantly faster
  • fix: #131 Generic classes with custom deserializer crashing
  • fix: #66 Throw error when additional keys are in JSON
jairussw
published 1.0.8 •

Changelog

Source

2025-05-21 - 1.0.8

  • fix: inline warnings on layer-2 serialize and deserialize functions
  • feat: fully support JSON.Obj and JSON.Box everywhere
  • fix: temp disable SIMD
  • feat: write fair benchmarks with v8 using jsvu
jairussw
published 1.0.7 •

Changelog

Source

2025-05-14 - 1.0.7

jairussw
published 1.0.6 •

Changelog

Source

2025-05-12 - 1.0.6

  • fix: support zero-param serialization and make sure types are consistent
  • fix: #124
jairussw
published 1.0.5 •

Changelog

Source

2025-05-11 - 1.0.5

  • feat: add sanity checks for badly formatted strings
  • fix: #120 handle empty JSON.Obj serialization
  • feat: add SIMD optimization if SIMD is enabled by user
  • fix: handle structs with nullable array as property #123
  • fix: struct serialization from writing to incorrect parts of memory when parsing nested structs #125
  • chore: add two new contributors