cappuccino / cappuccino

Web Application Framework in JavaScript and Objective-J
https://cappuccino.dev/
GNU Lesser General Public License v2.1
2.21k stars 333 forks source link

fixed: usage of eval instead of JSON.parse for parsing JSON #3016

Closed daboe01 closed 2 years ago

daboe01 commented 2 years ago

using eval for parsing JSON is considered bad practice and is also slower. addresses some of the concerns raised in #3013

cappbot commented 2 years ago

Milestone: Someday. Label: #new. What's next? A reviewer should examine this issue.

daboe01 commented 2 years ago

-#new +AppKit

cappbot commented 2 years ago

Milestone: Someday. Label: AppKit. What's next? A reviewer should examine this issue.

cappbot commented 2 years ago

Milestone: Someday. Labels: #accepted, AppKit. What's next? A reviewer should examine this issue.

mrcarlberg commented 2 years ago

Merged! Thanks!