Skip to main content

JsonArrayObjects

Assembly: ServiceStack.Text.dll
View Source
Declaration
public class JsonArrayObjects : List<JsonObject>, IList<JsonObject>, ICollection<JsonObject>, IList, ICollection, IReadOnlyList<JsonObject>, IReadOnlyCollection<JsonObject>, IEnumerable<JsonObject>, IEnumerable

Methods

Parse(String)

View Source
Declaration
public static JsonArrayObjects Parse(string json)
Returns

ServiceStack.Text.JsonArrayObjects

Parameters
TypeName
System.Stringjson

Implements

  • System.Collections.Generic.IList<ServiceStack.Text.JsonObject>
  • System.Collections.Generic.ICollection<ServiceStack.Text.JsonObject>
  • System.Collections.IList
  • System.Collections.ICollection
  • System.Collections.Generic.IReadOnlyList<ServiceStack.Text.JsonObject>
  • System.Collections.Generic.IReadOnlyCollection<ServiceStack.Text.JsonObject>
  • System.Collections.Generic.IEnumerable<ServiceStack.Text.JsonObject>
  • System.Collections.IEnumerable