Skip to content

Commit 35a8058

Browse files
committed
Update decode-json
See metafacture/metafacture-core#382.
1 parent 0ef34ff commit 35a8058

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

flux-commands.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,9 @@ decode-html
114114

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

121122
decode-mab

0 commit comments

Comments
 (0)