Bug 155645 - Web Inspector: inspector protocol should support JSON strings as a built-in type
Summary: Web Inspector: inspector protocol should support JSON strings as a built-in type
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: InspectorProtocol
  Show dependency treegraph
 
Reported: 2016-03-18 09:42 PDT by BJ Burg
Modified: 2016-12-13 15:34 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description BJ Burg 2016-03-18 09:42:23 PDT
JSON strings are used by several commands, and have more strict format requirements than an arbitrary 'string' type. Checking conformance to these types (and marshaling objects to/from JSON format) should be done in the bindings code not client code.
Comment 1 Radar WebKit Bug Importer 2016-03-18 09:42:59 PDT
<rdar://problem/25240933>