lib.io.json.GetAttributeFromJsonString - tixl3d/tixl GitHub Wiki
in Lib.io.json
Loads a Json string from a URL and outputs the defined part as a string.
Simpler alternative [RequestUrl]
Also see [LoadImageFromUrl] [WriteToFile] [ReadFile] [PickStringPart] [FilesInFolder]
Name (Relevancy & Type) | Description |
---|---|
JsonString (String) | Defines the URL / path to the json string |
ColumnName (String) | Defines the column from which the string should be output |
RowIndex (Int32) | Defines the row index (starting with 0) from which the string should be output |
Name | Type |
---|---|
Result | System.String |
Columns | System.Collections.Generic.List`1[System.String] |
RowCount | System.Int32 |
Please help use to improve this documentation. Feel free to improve the description.
⚠ Everything else is automatically generated and will be overwritten regularly.