transform icon indicating copy to clipboard operation
transform copied to clipboard

A polyglot web converter.

Results 90 transform issues
Sort by recently updated
recently updated
newest added

Json to Java(Android model class) not availavle

I do not know how to convert javascript to css in the website tools online.

This html: ```html This should translate to "lineHeight: '6px'" ``` Translates to: ```jsx This should translate to "lineHeight: '6px'" ``` When `line-height: 6px` is not equivalent to `line-height: 6` which...

JSON.parse: unexpected character at line 1 column 1 of the JSON data https://transform.tools/typescript-to-json-schema ![Screen Shot 2020-12-07 at 1 01 10 AM](https://user-images.githubusercontent.com/3746270/101286829-b36bd280-3827-11eb-99b8-b1f4d24bc7d5.png)

bug

Back in 2019, I used https://transform.now.sh/json-schema-to-rust-serde/ to convert JSON Schemas to Rust Serde code, and that worked quite well. I only had to manually change some types in the generated...

Hi there, the tool you provide (https://transform.tools/json-to-typescript) is easy to use. but the order of output interface is reversed to use. in IDE it will get 'xxx was used before...

Converting quoted positive number as key works properly: ```json { "1": 123 } ``` ```go type AutoGenerated struct { Num1 int `json:"1"` } ``` But when the number is negative...

I love this tool, but using it at night time is sure bright. Are there any plans to introduce a dark mode?