stringifySubscribe to RSS - stringify

Working with EJSON on Tizen

Introduction

EJSON is extension of JSON that gives developers possibility to store in the JSON format more types than standard Boolean, Number and String values. By default EJSON supports storing Date and Binary (Uint8Array) data. However you can write custom extensions that support your own data formats.