Table of Contents

Namespace Crews.PlanningCenter.Api.Converters

Classes

BoolFromStringConverter

A custom JSON converter that handles boolean values represented as strings in the JSON payload.

StringFromNumberConverter

Converts a JSON number or string token to a string.

TimeSpanFromSecondsConverter

A JSON converter that converts a string or number representing seconds into a TimeSpan object, and converts a TimeSpan object back into a number of seconds when writing JSON.