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

Add a simple JSON serializer #201

Closed

Conversation

shotat
Copy link

@shotat shotat commented Feb 19, 2020

What

Add SimpleTextualFromNative function to simplify JSON textual representation.
This function allows to yield JSON without type information.

Why

As discussed in following issues, it is needed to serialize JSON without type information in some cases even if it is incompatible with Avro specs.

Fixes #167

@shotat shotat changed the title Add simple JSON serializer Add a simple JSON serializer Feb 19, 2020
@xmcqueen
Copy link
Contributor

@shotat Thanks for this nice PR. I was not aware of this, and added more recently full support for one way handling of json sometime after this PR was posted. I recently completed this by adding full two-way json support in the PR mentioned above. I think this PR will no longer be needed and would like to close this one.

@shotat
Copy link
Author

shotat commented Jul 19, 2022

@xmcqueen Sure!

@shotat shotat closed this Jul 19, 2022
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

Successfully merging this pull request may close these issues.

Unwanted type literal added to data in textual
2 participants