Catalog.json: Difference between revisions

mNo edit summary
Line 105: Line 105:
       {{DataStructureField|class_name_length|uint8|1-byte integer, length of the following string.}}
       {{DataStructureField|class_name_length|uint8|1-byte integer, length of the following string.}}
       {{DataStructureField|class_name|string|UTF-8 string, the length is stored in the <code>class_name_length</code> field.}}
       {{DataStructureField|class_name|string|UTF-8 string, the length is stored in the <code>class_name_length</code> field.}}
       {{DataStructureField|payload|sized string struct|A little-endian UTF-16 string containing [[JSON]] data. The JSON structure is described below. See [[#Sized string binary format]] and [[#AssetBundleRequestOptions object structure]] for details.}}
       {{DataStructureField|payload|sized string struct|A little-endian UTF-16 string containing [[Wikipedia:JSON|JSON]] data. The JSON structure is described below. See [[#Sized string binary format]] and [[#AssetBundleRequestOptions object structure]] for details.}}
     }}
     }}
   }}
   }}