Skip to content

Use System.Text.Json for parsing JSON instead of YamlSharp #841

@darrelmiller

Description

@darrelmiller

System.Text.Json is significantly faster than YamlSharp for parsing JSON and it doesn't have an issue with the key length limit that
YamlSharp has. #786

This will require detecting if the description being read is JSON or YAML which we can do from either the file extension or the content-type header.

We need to investigate what will be required to implement a new set of parse nodes that wrap a JsonDocument.

Metadata

Metadata

Assignees

Labels

type:enhancementEnhancement request targeting an existing experience

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions