Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Conversation

@Swimburger
Copy link
Contributor

Add methods to serialize Transcript objects to JSON and to deserialize JSON to Transcript objects

  • Transcript.FromJson(string json)
  • Transcript.FromJson(JsonDocument json)
  • Transcript.FromJson(JsonElement json)
  • Transcript.FromJson(JsonNode json)
  • transcript.ToJson()
  • transcript.ToJsonDocument()
  • transcript.ToJsonElement()
  • transcript.ToJsonNode()

@Swimburger Swimburger merged commit 3666ffa into main Sep 5, 2024
@Swimburger Swimburger deleted the niels/add-json-extensions branch September 5, 2024 21:54
Swimburger added a commit that referenced this pull request Sep 9, 2024
Add JSON helper methods to Transcript class
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants