end_document(implicit)
Instance Public methods
Called with the document ends. implicit
is a boolean value
indicating whether or not the document has an implicit ending.
Example
Given the following YAML:
1 2 | --- hello world |
implicit
will be true. Given this YAML:
1 2 3 | --- hello world ... |
implicit
will be false.
Please login to continue.