Description

KeyValue pair supports three formats: a = 1 or a: 1 or a 1
If the text format is not one of the three formats above, please go to page Text Splitter to process first.

Code format "{key}":"{value}", {key} and {value} are placeholders, For example:
  • a = 1, after "{key}":"{value}" converting, the result will be "a":"1"
  • a = 1,after header["{key}"]={value} converting, the result will be header["a"]=1

0 Comments

0 / 300