jasn 0.2.0

A Rust library for parsing and formatting JASN (Just Another Serialization Notation)
Documentation
1
2
3
4
5
6
7
8
9
/* Multiple underscores are allowed in numeric literals */
{
  double: 1__000,
  triple: 1___000,
  many: 1_____000_____000,
  hex: 0xFF__FF,
  binary: 0b1111__0000,
  octal: 0o777__000,
}