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

@github-project-automation github-project-automation bot moved this to Todo in Kiota Jan 26, 2024
@sebastienlevert sebastienlevert added this to the Kiota v1.12 milestone Feb 1, 2024
@andrueastman andrueastman self-assigned this Feb 21, 2024
@petrhollayms petrhollayms moved this from Todo to In Progress in Kiota Feb 21, 2024
@baywet baywet modified the milestones: Kiota v1.12, Kiota v1.13 Mar 5, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in Kiota Mar 20, 2024
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