v8_valueserializer 0.1.2

A Rust implementation of V8's ValueSerializer and ValueDeserializer
Documentation
1
2
3
4
5
6
7
8
9
---
source: tests/serde.rs
description: "=== SOURCE ===\n{\"a\": {\"b\": true}}"
---
({
  "a": {
    "b": true,
  },
})