PokeJson Class

Summary

Provides extension methods to poke json
Namespace
Xenial.Delicious.Beer.Json
Base Types
  • object
graph BT Type-->Base0["object"] Type["PokeJson"] class Type type-node

Syntax

public static class PokeJson

Methods

Name Value Summary
AddOrUpdateJsonValue<T>(string, string, T, char) string
Replaces a value in a json object. Can be a simple value or complex object (or anonymous type) This will not merge any values.
static