Skip to content

TheTerabit/JsonTools

Repository files navigation

JsonTools

Java / Spring / REST API


POST request at:

Body

Any JSON document to process.

Parameters

Name Type Description
whiteSpaces string Can be one of add (makes JSON looks pretty) or delete (minifies JSON to one line). Default: add
removeNulls boolean When true returns JSON without all empty fields e.g. "", [], null. Default: false
attributesMode string Can be one of pick (returns fields specified in attributes parameter) or delete (returns fields not specified in attributes parameter). Default: delete
attributes string Comma-separated list of fields to be picked or deleted depending on attributesMode value. Default: null

POST request at:

Body

String containing two JSONs seperated by ###. Endpoint returns a list of line numbers with differences.


Collaborators:

Tasks:

Definition of Done:

UML:

UML

About

JSON processing project for Software Engineering subject at Poznan University of Technology.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages