diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-29 11:49:07 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-29 11:49:07 +0100 |
commit | b11c85aac8b41eb74fb14c486f88940df8819bbc (patch) | |
tree | 86e0beb87d6eb77e1704c97599f1942574bd357c /plugins/omelasticsearch/cJSON/tests/test1 | |
parent | e6424d4e52c204af2fdb8285b24a0219c759df51 (diff) | |
download | rsyslog-b11c85aac8b41eb74fb14c486f88940df8819bbc.tar.gz rsyslog-b11c85aac8b41eb74fb14c486f88940df8819bbc.tar.bz2 rsyslog-b11c85aac8b41eb74fb14c486f88940df8819bbc.zip |
move cJSON to omelasticsearch
the rsyslog runtime itself now uses json-c, but omelasticsearch
currently depends on cJSON. We will change this, but not yet. Let's
merge as is and see that it works well ;)
Diffstat (limited to 'plugins/omelasticsearch/cJSON/tests/test1')
-rw-r--r-- | plugins/omelasticsearch/cJSON/tests/test1 | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/omelasticsearch/cJSON/tests/test1 b/plugins/omelasticsearch/cJSON/tests/test1 new file mode 100644 index 00000000..eacfbf5e --- /dev/null +++ b/plugins/omelasticsearch/cJSON/tests/test1 @@ -0,0 +1,22 @@ +{ + "glossary": { + "title": "example glossary", + "GlossDiv": { + "title": "S", + "GlossList": { + "GlossEntry": { + "ID": "SGML", + "SortAs": "SGML", + "GlossTerm": "Standard Generalized Markup Language", + "Acronym": "SGML", + "Abbrev": "ISO 8879:1986", + "GlossDef": { + "para": "A meta-markup language, used to create markup languages such as DocBook.", + "GlossSeeAlso": ["GML", "XML"] + }, + "GlossSee": "markup" + } + } + } + } +} |