mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 10:28:34 +00:00
- Added ObjectRotate and ArrayRotate methods for rotating key-value pairs in JSON objects and arrays, respectively - Introduced GetValCount method to retrieve the total number of values in immutable JSON documents - Renamed all Float-related methods to Double in C++ interface (IJsonManager) for better precision clarity - Fixed TypeAccess configuration in handle type registration to allow external extensions to create JSON handles by properly setting HTypeAccess_Create flag - Renamed GetHandleType to GetJsonHandleType for better clarity and consistency - Updated documentation to clarify usage and performance considerations for new methods - Enhanced tests to cover rotation functionality and value counting in various JSON structures |
||
|---|---|---|
| .. | ||
| bintools | ||
| clientprefs | ||
| cstrike | ||
| curl | ||
| dhooks | ||
| geoip | ||
| json | ||
| mysql | ||
| pgsql | ||
| regex | ||
| sdkhooks | ||
| sdktools | ||
| sqlite | ||
| structs | ||
| tf2 | ||
| topmenus | ||
| updater | ||