Primitive Arrays and Single Value Types
Introduction
Type Checking
123var json = new SimpleIntegerJson();
Debug.WriteLine(json.IsInteger); // => true
Debug.WriteLine(json.IsString); // => falseGetting and Setting Single Value Types
Getting and Setting Primitive Arrays
Last updated