Guest User

Untitled

a guest
Jan 10th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. @JsonConvert.SerializeObject(new Dictionary<string, string>
  2. {
  3. { "@context", "http://schema.org" },
  4. { "@type", "Organization" },
  5. { "name", "HAHA" },
  6. { "url", "http://example.com" },
  7. { "logo", "http://example.com/image.png" }
  8. })
  9.  
  10. {"@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