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

make it printable #73

Merged
merged 2 commits into from
Jan 13, 2024
Merged

make it printable #73

merged 2 commits into from
Jan 13, 2024

Conversation

sebastian-toepfer
Copy link
Owner

@sebastian-toepfer sebastian-toepfer commented Dec 9, 2023

a json schema can now be created from a json object and converted back
into it in two ways.

  1. JsonSchemas.load(jsonObject).asJsonObject();
  2. JsonSchemas.load(jsonObject).printOn(new JsonObjectMedia());

the second way also enables conversion to a hash map or another media.

a json schema can now be created from a json object and converted back
into it in two ways.

1. JsonSchemas.load(jsonObject).asJsonObject();
2. JsonSchemas.load(jsonObject).printOn(new JsonObjectMedia());

the second way also enables conversion to a hash map or another media.
@sebastian-toepfer sebastian-toepfer changed the title [wip] printable (in api) make it printable Jan 13, 2024
@sebastian-toepfer sebastian-toepfer marked this pull request as ready for review January 13, 2024 12:24
Copy link

@sebastian-toepfer sebastian-toepfer merged commit a28c5c8 into main Jan 13, 2024
@sebastian-toepfer sebastian-toepfer deleted the printable branch January 13, 2024 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request semver-minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant