StreamLink.NET  7.1.5-7.1.5-3946-4e293d0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Public Member Functions | List of all members
Caplin.StreamLink.IJsonHandler Interface Reference

Public Member Functions

object Parse (string jsonString)
 
object Patch (object existingObject, string jsonPatchString)
 

Detailed Description

Handler for parsing and patching JSON objects

Member Function Documentation

object Caplin.StreamLink.IJsonHandler.Parse ( string  jsonString)

Parses a JSON string into a platform specific representation.

Parameters
jsonStringthe string to parse
Returns
a platform specific representation of the JSON object
object Caplin.StreamLink.IJsonHandler.Patch ( object  existingObject,
string  jsonPatchString 
)

Patches a platform specific JSON representation with an RFC 6902 JSON patch string.

Parameters
existingObjectthe platform specific JSON representation
jsonPatchStringthe json patch string in RFC 6902 format
Returns
a platform specific representation of the patched JSON object

Generated on Tue Mar 24 2020 11:57:50 for StreamLink.NET