docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class JsonExtensions

    Provides methods for returning a list of element from a json file or write a list into a json file.

    Inheritance
    object
    JsonExtensions
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Global Namespace
    Assembly: solution.dll
    Syntax
    public static class JsonExtensions

    Methods

    Name Description
    FromJsonList<T>(string)

    Convert a json formated list into a c# list.

    ListToJson<T>(List<T>, bool)

    Convert a c# list into a json list

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)