No tag for any class

60 views
Skip to first unread message

alint...@gmail.com

unread,
Jul 1, 2016, 5:36:56 AM7/1/16
to yamlbeans-users
Hi all,

Is there a method to hide all tags from the output YAML? I mention that i do not know the classes i come along with, i just want to remove all tags without performing a string replace.

Example:
Actual:
!tag1
class1: 
   !tag2
   class2: value
   !tag3
   class3: value

Expected:
class1: 
   class2: value
   class3: value


Thank you.

Reply all
Reply to author
Forward
0 new messages