go-yaml/parser
Masaaki Goshima b0ab069855
Support line comment for flow sequence or flow map (#834)
* support line comment for flow sequence or flow map

* fix lint error

* fix bytes unmarshaler for flow sequence or flow map with line comment
2025-12-17 17:38:08 +09:00
..
testdata Fix processing of CRLF at parser ( removeLeftSideNewLineCharacter ) 2020-06-09 10:56:25 +09:00
color.go Refactor parser (#545) 2024-11-26 11:05:45 +09:00
context.go support implicit null (#727) 2025-05-08 23:26:21 +09:00
node.go support entry token for flow style. (#646) 2025-02-11 12:15:41 +09:00
option.go support to disallow duplicate map key at parsing (#531) 2024-11-13 18:29:20 +09:00
parser.go Support line comment for flow sequence or flow map (#834) 2025-12-17 17:38:08 +09:00
parser_test.go Support line comment for flow sequence or flow map (#834) 2025-12-17 17:38:08 +09:00
token.go support implicit null (#727) 2025-05-08 23:26:21 +09:00