From bbdd1aef51c238a4d9a8bd4a19914855d46d5b5a Mon Sep 17 00:00:00 2001 From: "Bikash Daga (Jain)" <95040719+bikashdaga@users.noreply.github.com> Date: Fri, 5 Aug 2022 20:00:06 +0530 Subject: [PATCH] Added one Useful Link Have Added Scaler Topics parse() JSON JavaScript Page under Usage. Kindly Please check the suggested changes. Hope this contribution helps --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d053b8f..127ab31c 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Generate JSON representation of the health data ``` javascript var doc = bb.parse(data); ``` -[`parse`](#parse) method senses the type of the health data, parses and converts it into JSON. All types of health data is converted into a [common model](http://developers.amida-tech.com/document_model.html). Validate `doc` according to the [common model](http://developers.amida-tech.com/document_model.html) schema +[parse method](https://www.scaler.com/topics/javascript/parse-json-javascript/) senses the type of the health data, parses and converts it into JSON. All types of health data is converted into a [common model](http://developers.amida-tech.com/document_model.html). Validate `doc` according to the [common model](http://developers.amida-tech.com/document_model.html) schema ``` javascript var valid = bb.validator.validateDocumentModel(doc); if (! valid) {