# pydoc > jiter

Help on package jiter:

## NAME
    jiter

## PACKAGE CONTENTS
    jiter

## CLASSES
    builtins.object
        LosslessFloat

### class LosslessFloat
     |  LosslessFloat(raw)
     |
     |  Represents a float from JSON, by holding the underlying bytes representing a float from JSON.
     |
     |  Methods defined here:
     |
     |  __bytes__(self, /)
     |
     |  __float__(self, /)
     |      float(self)
     |
     |  __repr__(self, /)
     |      Return repr(self).
     |
     |  __str__(self, /)
     |      Return str(self).
     |
     |  as_decimal(self, /)
     |
     |  ----------------------------------------------------------------------
     |  Static methods defined here:
     |
     |  __new__(*args, **kwargs) from builtins.type
     |      Create and return a new object.  See help(type) for accurate signature.

## FUNCTIONS
### cache_clear

### cache_usage

### from_json

## DATA
    __all__ = ['from_json', 'cache_clear', 'cache_usage', '__version__', '...

## VERSION
    0.16.0

## FILE
    /home/chedong/.local/lib/python3.10/site-packages/jiter/__init__.py


