def record_info_json()

in remote_settings/client.py [0:0]


    def record_info_json(self, index):
        """Returns the information of the record to be created as JSON data.

        Args:
            index (int): The index of the record.

        Returns:
            str: The JSON-formatted string containing the record info
        """
        return json.dumps(self._new_records[index], indent=2)