circular-json
Advanced tools
Comparing version 0.3.2 to 0.3.3
{ | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"name": "circular-json", | ||
@@ -4,0 +4,0 @@ "description": "JSON does not handle circular references. This version does", |
CircularJSON | ||
============ | ||
[![Build Status](https://travis-ci.org/WebReflection/circular-json.svg?branch=master)](https://travis-ci.org/WebReflection/circular-json) [![Coverage Status](https://coveralls.io/repos/github/WebReflection/circular-json/badge.svg?branch=master)](https://coveralls.io/github/WebReflection/circular-json?branch=master) [![donate](https://img.shields.io/badge/$-donate-ff69b4.svg?maxAge=2592000&style=flat)](https://github.com/WebReflection/donate) | ||
![Downloads](https://img.shields.io/npm/dm/circular-json.svg) [![Build Status](https://travis-ci.org/WebReflection/circular-json.svg?branch=master)](https://travis-ci.org/WebReflection/circular-json) [![Coverage Status](https://coveralls.io/repos/github/WebReflection/circular-json/badge.svg?branch=master)](https://coveralls.io/github/WebReflection/circular-json?branch=master) [![donate](https://img.shields.io/badge/$-donate-ff69b4.svg?maxAge=2592000&style=flat)](https://github.com/WebReflection/donate) | ||
@@ -6,0 +6,0 @@ Serializes and deserializes otherwise valid JSON objects containing circular references into and from a specialized JSON format. |
21036