File: parse_expr.rs

package info (click to toggle)
rust-serde-json 1.0.145-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,172 kB
  • sloc: sh: 27; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 61 bytes parent folder | download | duplicates (78)
1
2
3
4
5
use serde_json::json;

fn main() {
    json!({ "a" : ~ });
}