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 module to Transcrypt #777

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nandoflorestan
Copy link

Transcrypt is awesome, thank you!

I want to use a single validation library on both sides of the wire. I have been trying to make a few Python validation libraries to work in the client, too. This can solve the problem of keeping validation code in sync. But in order to do so, I need the json module.

Most Python validation libraries use the json module. It's probably impossible to implement the subtleties of the json module, but 99% of its usage is simple, and this we can do in very little code.

Let me know about any problems you see, of course.

Most Python validation libraries use the json module. I am working on
getting a validation library to work in the browser and in the server.
This can solve the problem of keeping validation code in sync.
@JennaSys
Copy link
Collaborator

May be related to #868

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.

2 participants