Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 508 Bytes

GetJsonFormatting.md

File metadata and controls

23 lines (15 loc) · 508 Bytes

JsonUtility.GetJsonFormatting method

Gets the JSON formatting specified by the settings.

public static Formatting GetJsonFormatting(JsonSettings? settings)
parameter description
settings The settings.

Return Value

The JSON formatting.

See Also