{
    "Function": "fromUint256",
    "File": "contracts/openzeppelin-solidity/contracts/mocks/StringsMock.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "Strings"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "toString"
    ],
    "Low-Level Calls": [],
    "Code": "function fromUint256(uint256 value) public pure returns (string memory) {\n        return Strings.toString(value);\n    }"
}