Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions flux-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,9 @@ decode-html

decode-json
-----------
- options: recordid (String), recordcount (int), arraymarker (String), arrayname (String), allowcomments (boolean)
- signature: <unknown> ->
- description: Decodes JSON to metadata events. The 'recordPath' option can be used to set a JsonPath to extract a path as JSON - or to split the data into multiple JSON documents.
- options: recordid (String), recordcount (int), arraymarker (String), arrayname (String), recordpath (String), allowcomments (boolean)
- signature: String -> StreamReceiver
- java class: org.metafacture.json.JsonDecoder

decode-mab
Expand Down