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 new types to Object #185

Closed
ribeiromiranda opened this issue Sep 1, 2023 · 0 comments
Closed

Add new types to Object #185

ribeiromiranda opened this issue Sep 1, 2023 · 0 comments
Labels
enhancement 🙏 New feature or request

Comments

@ribeiromiranda
Copy link
Collaborator

What would you like to be added:
Add new types to the Object

Why is this needed:

To support json types.

Current types supported int32, string, raw, and bool. New types float64, map, slice, nil

Typescript GO
string string
number int32/float64
object map
array Slice
boolean bool
null nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🙏 New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant