We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CobolCase
nim -v
Nim Compiler Version 1.6.10 [Windows: amd64] Compiled at 2022-11-21 Copyright (c) 2006-2021 by Andreas Rumpf
active boot switches: -d:release
0.3.0
{"CobolCase":"Gabben"}
{"FIRST-NAME":"Gabben"}
import deser, deser_json type BaseObject = object of RootObj User = object of BaseObject firstName {.renamed(CobolCase).}: string makeSerializable(User) echo User(firstName: "Gabben").toJson() # {"CobolCase":"Gabben"}
No response
The text was updated successfully, but these errors were encountered:
32041de
gabbhack
No branches or pull requests
Checklist
Copy and paste the output of
nim -v
on the command line.Nim Compiler Version 1.6.10 [Windows: amd64]
Compiled at 2022-11-21
Copyright (c) 2006-2021 by Andreas Rumpf
active boot switches: -d:release
deser version
0.3.0
Current behavior
Expected behavior
Steps to reproduce
Code example
Logs
No response
Debug dump
No response
The text was updated successfully, but these errors were encountered: