AcTools.Utils.Helpers.JsonExtension.ToJObject C# (CSharp) Method

ToJObject() public static method

public static ToJObject ( this geoTagsEntry ) : JArray
geoTagsEntry this
return JArray
        public static JArray ToJObject(this GeoTagsEntry geoTagsEntry) {
            return new JArray(geoTagsEntry.Latitude, geoTagsEntry.Longitude);
        }