You are here |
robotlibrarian.billdueber.com | ||
| | | |
kevinmontrose.com
|
|
| | | | After about three months of work, and some time in a production environment, the second half of Jil (a fast JSON library built on Sigil) is ready for release. Jil now supports both serializing and deserializing JSON. As with serialization, Jil deserialization supports very few configuration options and requires static typing. The interface is, accordingly,... | |
| | | |
yokota.blog
|
|
| | | | The Rust Schema Registry Client is a fully asynchronous Rust client library for interacting with the Confluent Schema Registry. It allows you to enforce a Data Contract between a producer and a consumer. For example, you can Serialize and deserialize Kafka records using Avro, Protobuf, and JSON Schema Specify data quality rules using Google Common... | |
| | | |
nodogmablog.bryanhogan.net
|
|
| | | | If you serialize an already serialized string, the serializer will replace double quotes with \\u0022. Here is a way to get back the familiar \\". | |
| | | |
jvns.ca
|
|
| | Bash scripting quirks & safety tips |