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
When trying to generate code from a schema I get an error
Input Format: json schema Output Language: C#
CLI, npm, or app.quicktype.io: CLI and app.quicktype.io Version: 23.0.170
I'm trying to generate a c# class from the schema provided by lottie at https://lottiefiles.github.io/lottie-docs/schema/lottie.schema.json. I copy the raw into a utf-8 file and submit it to the CLI command or copy it directly from the link and paste it into the website https://app.quicktype.io/
I think it is too big to isolate into something smaller and understandable, I will leave again the link of the schema provided: https://lottiefiles.github.io/lottie-docs/schema/lottie.schema.json
Generate schema classes
Nothing appears on the website and the CLI returns the message: "Error: s.codePointAt is not a function."
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Type
When trying to generate code from a schema I get an error
Context (Environment, Version, Language)
Input Format: json schema
Output Language: C#
CLI, npm, or app.quicktype.io: CLI and app.quicktype.io
Version: 23.0.170
Description
I'm trying to generate a c# class from the schema provided by lottie at https://lottiefiles.github.io/lottie-docs/schema/lottie.schema.json. I copy the raw into a utf-8 file and submit it to the CLI command or copy it directly from the link and paste it into the website https://app.quicktype.io/
Input Data
I think it is too big to isolate into something smaller and understandable, I will leave again the link of the schema provided:
https://lottiefiles.github.io/lottie-docs/schema/lottie.schema.json
Expected Behaviour / Output
Generate schema classes
Current Behaviour / Output
Nothing appears on the website and the CLI returns the message: "Error: s.codePointAt is not a function."
Steps to Reproduce
The text was updated successfully, but these errors were encountered: