Library API
    Preparing search index...

    Function unQuoteObj

    • Serializes an object to JSON and removes quotes around property names. Useful for generating loosely formatted string representations of objects.

      Parameters

      • obj: any

        The object to un-quote

      Returns string

      A stringified JSON representation without quotes around keys

      unQuoteObj({ a: 1 }); // '{a: 1}'