Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @JsonConvert.SerializeObject(new Dictionary<string, string>
- {
- { "@context", "http://schema.org" },
- { "@type", "Organization" },
- { "name", "HAHA" },
- { "url", "http://example.com" },
- { "logo", "http://example.com/image.png" }
- })
- {"@context":"http://schema.org","@type":"Organization","name":"HAHA","url":"http://example.com","logo":"http://example.com/image.png"}
Add Comment
Please, Sign In to add comment