Angular. fromJson and toJson method usage example, angular. tojson usage

Source: Internet
Author: User
Tags tojson

Angular. fromJson and toJson method usage example, angular. tojson usage

This article describes angular. fromJson and toJson methods. We will share this with you for your reference. The details are as follows:

AngularJSangular.fromJson()You can parse a Json string into an object or an array of objects:

<! DOCTYPE html> 

The result printed on the console is as follows:

liSizhangSan321

Correspondingly, the object can be converted from Json to Json:

var obj ={  name:"liSi", password:"321"}var str = angular.toJson(obj, true);console.log(str);

The output is as follows:

{ "name": "liSi", "password": "321"}

PS: For json operations, we recommend several useful json online tools for your reference:

Online JSON code verification, validation, beautification, and formatting tools:
Http://tools.jb51.net/code/json

JSONOnline formatting tool:
Http://tools.jb51.net/code/jsonformat

Online XML/JSON conversion tools:
Http://tools.jb51.net/code/xmljson

JsonCode Online formatting/beautification/compression/editing/conversion tools:
Http://tools.jb51.net/code/jsoncodeformat

Online json compression/escape tools:
Http://tools.jb51.net/code/json_yasuo_trans

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.