Skip to content

JSON formatting view for Spring MVC [SPR-5853] #10522

@spring-projects-issues

Description

@spring-projects-issues

Andres Almiray opened SPR-5853 and commented

Create a view that outputs its model as a JSON object. This will help AJAX enabled applications to transfer less bytes as the JSON format is more compact that XML. It also allows for quick object creation using eval(), no need for extra XML parsing.

I have created such view (JsonView) using the json-simple library (http://json.org/java) and would like to contribute it.


Attachments:

Issue Links:

  • SWF-1273 Json-Rpc-Java (AJAX) and Spring integration
  • SWF-1295 Move the JacksonJsonView implementation to the core Spring Framework

Referenced from: commits 5ae919a, 398729c

26 votes, 26 watchers

Metadata

Metadata

Assignees

Labels

has: votes-jiraIssues migrated from JIRA with more than 10 votes at the time of importin: webIssues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions