Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 314 Bytes

jsonparser.md

File metadata and controls

20 lines (17 loc) · 314 Bytes

JSON Parser

Parses a JSON expression.

Examples

"processors" : {
	"myjson" : {
		"type" : "json",
		"config" : {
			"output" : "jsondata",
			"input" : "${jsonline}"
		}
	}
}

Configuration parameters

  • input : Expression to be parsed
  • output : Output field to store the JSON object