klepto2 Posted November 14, 2023 Posted November 14, 2023 currently i only find LoadTable functions for a path or a stream, it would be nice to have a method to load the table structure by providing just a json string (eg: When Fetching a url request) In general this can be done by using the Stream method, but the stream override is not available in lua and might be a bit complicated to use. 1 Quote Windows 10 Pro 64-Bit-Version NVIDIA Geforce 1080 TI
Josh Posted November 17, 2023 Posted November 17, 2023 LoadTable will now return a Lua table from a string as well, if it is encased in {} or [] characters. Note that type(t) will now be "table" instead of "userdata". Quote My job is to make tools you love, with the features you want, and performance you can't live without.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.