node-yara-rs

git clone git://archive.git.mtrnord.blog/MTRNord/node-yara-rs.git
Log | Files | Refs | README | LICENSE

test.json (865B)


      1 {
      2     "keykey": "valuevalue",
      3     "foo": {
      4         "bar": "valuevalue",
      5         "baz": {
      6             "boo": "value"
      7         }
      8     },
      9     "numbers": {
     10         "int": 1,
     11         "float": 1.1
     12     },
     13     "regex": "e2c87f81a9bcb33d4f943a4072c137c2",
     14     "strArray": [
     15         "one",
     16         "two",
     17         "three"
     18     ],
     19     "string": {
     20         "strArray": [
     21             "one",
     22             "two",
     23             "three"
     24         ]
     25     },
     26     "intArray": [
     27         1,
     28         2,
     29         3
     30     ],
     31     "integer": {
     32         "intArray": [
     33             1,
     34             2,
     35             3
     36         ]
     37     },
     38     "floatArray": [
     39         1,
     40         2,
     41         3
     42     ],
     43     "float": {
     44         "floatArray": [
     45             1,
     46             2,
     47             3
     48         ]
     49     },
     50     "dot.key": {
     51         "subkey": {}
     52     },
     53     "normal_key": {},
     54     "integer_number": 42,
     55     "float_number": 42.42
     56 }