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

Create types for untyped nodes #175

Closed
MartinM85 opened this issue Jan 15, 2024 · 1 comment · Fixed by #177
Closed

Create types for untyped nodes #175

MartinM85 opened this issue Jan 15, 2024 · 1 comment · Fixed by #177
Assignees
Labels
Milestone

Comments

@MartinM85
Copy link
Contributor

MartinM85 commented Jan 15, 2024

To support untyped JSON (microsoft/kiota#2319), create the following types:

UntypedObject
UntypedArray
UntypedString
UntypedNumber
UntypedBoolean
UntypedNull
These types need to derive from UntypedNode.
UntypedObject needs a property called properties that is a map of UntypedNode.

Extend IParseNode interface with UntypedNode? GetUntypedValue()

Extend ISerializationWriter interface with void WriteUntypedValue(string? key, UntypedNode? value)

@MartinM85
Copy link
Contributor Author

I will work on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants