google-nomulus/java/google/registry/ui/js/registrar
jakubvrana 4a81236652 Use JSON.parse instead of deprecated goog.json.parse.
Thanks to [] shared libraries at Google now produce valid JSON which allows using JSON.parse. It is safer and faster than goog.json.parse which uses eval by default.

NOTE: All shared libraries producing JSON at Google were changed to produce valid JSON. However, if your code uses a custom way of producing JSON (not using the shared libraries) or if your code parses JSON generated a long time ago and stored, this CL might break you so please review with care.

Design doc: []

Tested:
    TAP --sample for global presubmit queue
    []

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=166454709
2017-08-29 17:12:44 -04:00
..
brainframe.js Use JSON.parse instead of deprecated goog.json.parse. 2017-08-29 17:12:44 -04:00
BUILD Fix build after [] 2017-08-29 16:54:48 -04:00
console.js Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
contact.js Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
contact_settings.js Use JSON.parse instead of deprecated goog.json.parse. 2017-08-29 17:12:44 -04:00
contact_us.js Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
dashboard.js Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
domain.js Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
epp_session.js Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
host.js Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
main.js Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
payment.js Use JSON.parse instead of deprecated goog.json.parse. 2017-08-29 17:12:44 -04:00
resources.js Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
security_settings.js Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
whois_settings.js Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
xml_resource_component.js Update copyright year on all license headers 2017-02-02 16:27:22 -05:00