mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
json format __definition__ omit whitespace between objects (#835)
http://json.org/ says: `Whitespace can be inserted between any pair of tokens. Excepting a few encoding details, that completely describes the language.` we do not explicitly need the whitespace between objects in our json, it's entirely optional and soon we will even support it (#830)!
This commit is contained in:
@@ -96,7 +96,6 @@ Internally functions receive data in the example format below:
|
||||
}
|
||||
}
|
||||
}
|
||||
BLANK LINE
|
||||
{
|
||||
NEXT INPUT OBJECT
|
||||
}
|
||||
@@ -127,7 +126,6 @@ Function's output format should have the following format:
|
||||
}
|
||||
}
|
||||
}
|
||||
BLANK LINE
|
||||
{
|
||||
NEXT OUTPUT OBJECT
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user