Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

null values are cleaned out in adoc #418

Open
IAmWebSA opened this issue May 26, 2021 · 0 comments
Open

null values are cleaned out in adoc #418

IAmWebSA opened this issue May 26, 2021 · 0 comments

Comments

@IAmWebSA
Copy link

Hello,

is there a way to keep the null values in the examples and do not remove them during conversation?

I have a yaml file which contains examples like:

examples:
           application/json:
             - value: null
               value2: 1

After running the convert the line with "value" is not present in the generated adoc file.
Is there a way to keep it as null without marking it as "null" string?

Adoc:
[ { "value2" : 1, }]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant